summaryrefslogtreecommitdiff
path: root/science/gsystem
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
commit52d564a55281a0e508af246fff0da98dc47c91f7 (patch)
tree3f8a80ef119467b0186ce4ffff223c0d0120ca4e /science/gsystem
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200778
Diffstat (limited to 'science/gsystem')
-rw-r--r--science/gsystem/Makefile8
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>