diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /math/surf | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) |
Notes
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index 859480158a75..7f6bcce2330f 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,7 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF @@ -18,7 +18,7 @@ COMMENT= Visualize some real algebraic geometry LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.8:${PORTSDIR}/math/libgmp4 USE_GNOME= gtk12 GNU_CONFIGURE= yes |