diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /lang/pike76 | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) | |
download | ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip |
Notes
Diffstat (limited to 'lang/pike76')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 459f77f7e833..482dbbe36469 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.112 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ @@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ pcre.0:${PORTSDIR}/devel/pcre \ nettle.2:${PORTSDIR}/security/nettle \ mird.1:${PORTSDIR}/databases/mird \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.8:${PORTSDIR}/math/libgmp4 OPTIONS= TTF "Add FreeType 1 support" on \ FREETYPE "Add FreeType 2 support" on \ |