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-devel | |
parent | 343dd3a23fc95a466b5af27134bf30349c06a869 (diff) | |
download | ports-70a3e42a78a5481c021a718d6c5b7dd641254385.tar.gz ports-70a3e42a78a5481c021a718d6c5b7dd641254385.zip |
Notes
Diffstat (limited to 'math/pari-devel')
-rw-r--r-- | math/pari-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pari-devel/Makefile b/math/pari-devel/Makefile index 5cd13e29e8d9..65410939cb2e 100644 --- a/math/pari-devel/Makefile +++ b/math/pari-devel/Makefile @@ -34,6 +34,10 @@ MLINKS= gp.1 pari.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + HAVE_EMACS!= ${WHICH} emacs || ${ECHO} nope .if ${HAVE_EMACS} != "nope" PLIST= ${PKGDIR}/pkg-plist.emacs |