From 9be23000c06561a96de491fdb69d43248d0590cd Mon Sep 17 00:00:00 2001 From: kmoore Date: Thu, 4 Sep 2014 17:07:15 +0000 Subject: Opps, remove restriction to FBSD 10.0 and later Pointy Hat: kmoore --- x11/lumina/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/x11/lumina/Makefile b/x11/lumina/Makefile index 6ecb416919c2..67b8f344521c 100644 --- a/x11/lumina/Makefile +++ b/x11/lumina/Makefile @@ -39,10 +39,4 @@ WRKSRC= ${WRKDIR}/lumina QMAKE_ARGS= CONFIG+="configure" -.include - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include +.include -- cgit