diff options
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 0938a49..977579a 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,6 +7,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.64 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ @@ -87,7 +88,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. .if ${OSVERSION} >= 500000 -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .endif # Allow building Embeded perl when >= 5.6 |