diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-11 14:47:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-11 14:47:02 +0000 |
commit | 468385e4c630852e84df811ad891b0e4fa47c57e (patch) | |
tree | e01cb304cd313ec02f77fefd4d97cfaa44f45077 /graphics/aqsis/Makefile | |
parent | 454c1ea813901c2fad9b5849454b92994dd424db (diff) | |
download | ports-468385e4c630852e84df811ad891b0e4fa47c57e.tar.gz ports-468385e4c630852e84df811ad891b0e4fa47c57e.zip |
Notes
Diffstat (limited to 'graphics/aqsis/Makefile')
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 6305b1c3ccd8..2f6a1a09e2c3 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -29,10 +29,4 @@ PLIST_SUB+= LIBVERS=${PORTVERSION:R} INSTALLS_ICONS= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not compile on FreeBSD 7.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |