diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/surf | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) | |
download | ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip |
Notes
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> |