diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /lang/pike72 | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-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/Makefile | 3 |
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) |