1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Broken Does not compile on FreeBSD >= 7.0 amd64

Submitted by:	pointyhat via kris
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2007-06-11 05:45:56 +00:00
parent 73c5427c8f
commit 38b308cf62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193215

View File

@ -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