aboutsummaryrefslogtreecommitdiff
path: root/math/ntl/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
commitffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch)
treed2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/ntl/Makefile
parent241000003cc37531d200773be1eb19996345da3c (diff)
downloadports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz
ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip
Notes
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r--math/ntl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 45e481845b34..5b51c3ab056d 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ntl
PORTVERSION= 5.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.shoup.net/ntl/
@@ -15,7 +16,7 @@ COMMENT= Victor Shoup's Number Theory Library
# ntl is faster with libgmp4, but you can disable it
.if !defined(WITHOUT_GMP)
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
.endif
USE_PERL5_BUILD= yes