summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 11:59:35 +0000
committerkris <kris@FreeBSD.org>2003-05-18 11:59:35 +0000
commitb9427b6005b396d7c7f06794991a96c37639ef38 (patch)
treeae3b342ddbbf02e94f8276c078aaf5f4b14b8d08 /math
parent085b9e13204c8e72a20b99a869b56959ca6e5acf (diff)
downloadFreeBSD-ports-b9427b6005b396d7c7f06794991a96c37639ef38.zip
FreeBSD-ports-b9427b6005b396d7c7f06794991a96c37639ef38.tar.gz
BROKEN on 5.1: bad C++
Diffstat (limited to 'math')
-rw-r--r--math/surf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile
index fa90edb1..94e623a 100644
--- a/math/surf/Makefile
+++ b/math/surf/Makefile
@@ -19,6 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gmp.6:${PORTSDIR}/math/libgmp4
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -26,4 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= surf.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud