diff options
Diffstat (limited to 'science/gsystem')
-rw-r--r-- | science/gsystem/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/science/gsystem/Makefile b/science/gsystem/Makefile index 8e548e4296d2..0a303e7ab1e0 100644 --- a/science/gsystem/Makefile +++ b/science/gsystem/Makefile @@ -26,12 +26,6 @@ INSTALLS_SHLIB= yes QTDIR= ${QT_PREFIX} QMAKESPEC= freebsd-g++ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "does not compile with gcc 2.95" -.endif - do-configure: cd ${WRKSRC}; \ export QTDIR=${QTDIR}; \ @@ -53,4 +47,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE}; -.include <bsd.port.post.mk> +.include <bsd.port.mk> |