summaryrefslogtreecommitdiff
path: root/math/surf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:59:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:59:35 +0000
commitfed612402309789ce2d1998ba15ede2bdce5321b (patch)
tree2362131e9a22b444edb5e060f6c995b9a37ee2d7 /math/surf
parentBROKEN: incorrect pkg-plist (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81223
Diffstat (limited to 'math/surf')
-rw-r--r--math/surf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile
index fa90edb12bd8..94e623af9383 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>