aboutsummaryrefslogtreecommitdiffstats
path: root/math/ndiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/ndiff/Makefile')
-rw-r--r--math/ndiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile
index d3827dd719d8..c40bb9a06aac 100644
--- a/math/ndiff/Makefile
+++ b/math/ndiff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ndiff
PORTVERSION= 2.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/
PKGNAMEPREFIX=
@@ -18,7 +18,7 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GMP)
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gmp
the lang/gcc44 library directory " The actual problem is in f2py from py-numpy which is not recognising -Wl,rpath=... as a loader option and should be fixed in f2py. Notified by: erwin, pav (pointyhat) * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1 | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr