diff options
Diffstat (limited to 'math/k3dsurf/Makefile')
-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> |