diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-10 15:35:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-10 15:35:14 +0000 |
commit | c2fa3c2cac36aaf44417900f2449eea391adfcdc (patch) | |
tree | 80477bc430fd4b0f833b485f4b930cd3737dc63f /graphics/aqsis/Makefile | |
parent | 4233c12f7b61ee357b8fd1931ab9b87349ca3b8b (diff) | |
download | ports-c2fa3c2cac36aaf44417900f2449eea391adfcdc.tar.gz ports-c2fa3c2cac36aaf44417900f2449eea391adfcdc.zip |
Notes
Diffstat (limited to 'graphics/aqsis/Makefile')
-rw-r--r-- | graphics/aqsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 76b273a5347b..d31325eb9b22 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -39,8 +39,8 @@ INSTALLS_ICONS= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X .endif .include <bsd.port.post.mk> |