diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-19 21:25:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-19 21:25:59 +0000 |
commit | 0d245b9d02055935bab8a10d3621640a7452e6ac (patch) | |
tree | 14a6aa571eaa299779c6e210188203622e231c2d /math/k3dsurf | |
parent | 659a5f5b306b2ea94eefac43cd713d400266c23b (diff) | |
download | ports-0d245b9d02055935bab8a10d3621640a7452e6ac.tar.gz ports-0d245b9d02055935bab8a10d3621640a7452e6ac.zip |
Notes
Diffstat (limited to 'math/k3dsurf')
-rw-r--r-- | math/k3dsurf/Makefile | 8 |
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> |