diff options
-rw-r--r-- | port-files/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/port-files/Makefile b/port-files/Makefile index 9214146b..878298a0 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -39,10 +39,4 @@ WRKSRC= ${WRKDIR}/lumina QMAKE_ARGS= CONFIG+="configure" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |