diff options
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r-- | math/surf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index e1af523076d4..eae845824e8e 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,6 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Visualize some real algebraic geometry LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.8:${PORTSDIR}/math/libgmp4 + gmp.10:${PORTSDIR}/math/gmp USE_XORG= x11 xmu USE_GNOME= gtk12 |