aboutsummaryrefslogtreecommitdiff
path: root/math/k3dsurf
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-03-19 21:25:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-03-19 21:25:59 +0000
commit0d245b9d02055935bab8a10d3621640a7452e6ac (patch)
tree14a6aa571eaa299779c6e210188203622e231c2d /math/k3dsurf
parent659a5f5b306b2ea94eefac43cd713d400266c23b (diff)
downloadports-0d245b9d02055935bab8a10d3621640a7452e6ac.tar.gz
ports-0d245b9d02055935bab8a10d3621640a7452e6ac.zip
Notes
Diffstat (limited to 'math/k3dsurf')
-rw-r--r--math/k3dsurf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/k3dsurf/Makefile b/math/k3dsurf/Makefile
index 783a7832b9fe..3cb9a3571920 100644
--- a/math/k3dsurf/Makefile
+++ b/math/k3dsurf/Makefile
@@ -26,10 +26,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/k3dsurf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500035
+BROKEN= Does not compile with gcc-2.95
+.endif
+
pre-build:
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>