aboutsummaryrefslogtreecommitdiffstats
path: root/math/ndiff
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/ndiff
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/ndiff')
-rw-r--r--math/ndiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile
index 16aefc9f3366..1289df7bd966 100644
--- a/math/ndiff/Makefile
+++ b/math/ndiff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ndiff
PORTVERSION= 2.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/
PKGNAMEPREFIX=
@@ -19,7 +19,7 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences
.if !defined(WITHOUT_GMP)
.if ${OSVERSION} > 500023
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif