aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pike72
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-05-10 22:46:47 +0800
committerale <ale@FreeBSD.org>2006-05-10 22:46:47 +0800
commita9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch)
treea872f7f5dad6b2911b6a2ff03ccc48962757a279 /lang/pike72
parentaf806c34824bed7d96a2904d8c7a36813055da87 (diff)
downloadfreebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz
freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst
freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'lang/pike72')
-rw-r--r--lang/pike72/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index bfdd4e8cbb8b..658c6be11f50 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pike72
PORTVERSION= 7.2.570
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \
ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/
@@ -64,7 +65,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
.if exists(${LOCALBASE}/lib/libttf.so.4)