aboutsummaryrefslogtreecommitdiffstats
path: root/math/ntl
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 /math/ntl
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 'math/ntl')
-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