diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /math/surf | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-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/surf')
-rw-r--r-- | math/surf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index ee9c28044181..9beb33eac625 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,7 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= Visualize some real algebraic geometry LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.6:${PORTSDIR}/math/libgmp4 + gmp.7:${PORTSDIR}/math/libgmp4 USE_GNOME= gtk12 GNU_CONFIGURE= yes @@ -27,6 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= surf.1 -.include <bsd.port.pre.mk> - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |