diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-09-05 01:07:15 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-09-05 01:07:15 +0800 |
commit | 9be23000c06561a96de491fdb69d43248d0590cd (patch) | |
tree | 3316a13668f39458180bc0e2115f8ac2b782010b /x11/lumina | |
parent | 7a1d5f6499f887a5f1815a3b069890eeea86b6af (diff) | |
download | freebsd-ports-gnome-9be23000c06561a96de491fdb69d43248d0590cd.tar.gz freebsd-ports-gnome-9be23000c06561a96de491fdb69d43248d0590cd.tar.zst freebsd-ports-gnome-9be23000c06561a96de491fdb69d43248d0590cd.zip |
Opps, remove restriction to FBSD 10.0 and later
Pointy Hat: kmoore
Diffstat (limited to 'x11/lumina')
-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> |