aboutsummaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:02:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:02:24 +0000
commit70a3e42a78a5481c021a718d6c5b7dd641254385 (patch)
treea08b22464679fb218cfaaeef009940e2c3c65749 /math/pari
parent343dd3a23fc95a466b5af27134bf30349c06a869 (diff)
downloadports-70a3e42a78a5481c021a718d6c5b7dd641254385.tar.gz
ports-70a3e42a78a5481c021a718d6c5b7dd641254385.zip
Notes
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 4864c6fd8d56..e05a21f1321a 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -37,6 +37,10 @@ PLIST= ${PKGDIR}/pkg-plist.emacs
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif