diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:02:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:02:24 +0000 |
commit | 70a3e42a78a5481c021a718d6c5b7dd641254385 (patch) | |
tree | a08b22464679fb218cfaaeef009940e2c3c65749 /math/pari | |
parent | 343dd3a23fc95a466b5af27134bf30349c06a869 (diff) | |
download | ports-70a3e42a78a5481c021a718d6c5b7dd641254385.tar.gz ports-70a3e42a78a5481c021a718d6c5b7dd641254385.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 |
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 |