diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-09-04 17:07:15 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-09-04 17:07:15 +0000 |
commit | 6a694f554043fe6e628e197e11171ec4964c49ab (patch) | |
tree | 3316a13668f39458180bc0e2115f8ac2b782010b /x11 | |
parent | 2656ad67e4c3a74932015cbe75f9ad1aaf08f7d3 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lumina/Makefile | 8 |
1 files changed, 1 insertions, 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 <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |