summaryrefslogtreecommitdiff
path: root/math/ndiff
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/ndiff
parentUpdate to 4.2.1 release. (diff)
Chase gmp library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=161929
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