diff options
Diffstat (limited to 'lang/pike72/Makefile')
-rw-r--r-- | lang/pike72/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index ce20913ad43f..ad88f99eb7ca 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike72 PORTVERSION= 7.2.570 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \ ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/ @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gdbm.3:${PORTSDIR}/databases/gdbm \ mird.1:${PORTSDIR}/databases/mird \ - gmp.8:${PORTSDIR}/math/libgmp4 + gmp.10:${PORTSDIR}/math/gmp DEPRECATED= No longer maintained upstream, consider switching \ to a more modern version: lang/pike76 or lang/pike78 |