diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 05:45:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 05:45:56 +0000 |
commit | 38b308cf62d5dd489f255bdf790ae326847d42f5 (patch) | |
tree | 3eb75922e4624391f21c47c83d730e2a2a48e7c9 | |
parent | - Force commit for correct entry: (diff) |
- Broken Does not compile on FreeBSD >= 7.0 amd64
Submitted by: pointyhat via kris
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=193215
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 27ef6dba3ba5..4a9180df980a 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -85,6 +85,10 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 amd64 PLIST_SUB+= PORTVERSION=${PORTVERSION} +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700019 +BROKEN= Does not compile +.endif + # FreeBSD 5.0 Needs to have libgmp port to support gmp. .if ${OSVERSION} >= 500000 LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 |