aboutsummaryrefslogtreecommitdiff
path: root/science/xloops-ginac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-24 17:56:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-24 17:56:10 +0000
commit18594b6e3f374ad8773efb45486011425e0ec940 (patch)
treef80cd94a84d51eb577f75734790b9ab073e07003 /science/xloops-ginac
parent4fa57da4062f2274c7b17a309bd25847e73fbcbb (diff)
downloadports-18594b6e3f374ad8773efb45486011425e0ec940.tar.gz
ports-18594b6e3f374ad8773efb45486011425e0ec940.zip
Notes
Diffstat (limited to 'science/xloops-ginac')
-rw-r--r--science/xloops-ginac/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index dcb7122d913a..abba18f7c4df 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -29,4 +29,10 @@ CFLAGS+= -O0
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600006
+BROKEN= "Does not compile on FreeBSD >= 6.x"
+.endif
+
+.include <bsd.port.post.mk>