aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-06-10 23:35:14 +0800
committerpav <pav@FreeBSD.org>2012-06-10 23:35:14 +0800
commitd19951fdf39fdaaa20ff81e0cb0c67463b540e61 (patch)
tree485a35bd2e7a55527a641fd7f72ad023668115c3 /graphics/aqsis
parent3bca6cc393afdd7fb7589a49cb6ffd5671484f27 (diff)
downloadfreebsd-ports-gnome-d19951fdf39fdaaa20ff81e0cb0c67463b540e61.tar.gz
freebsd-ports-gnome-d19951fdf39fdaaa20ff81e0cb0c67463b540e61.tar.zst
freebsd-ports-gnome-d19951fdf39fdaaa20ff81e0cb0c67463b540e61.zip
- Mark BROKEN on FreeBSD 7.X: does not compile
Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const Aqsis::CqString Aqsis::CqPluginBase::DLError()': Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from 'const char*' to 'char*' Reported by: pointyhat
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile4
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>