diff options
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index a6bc4b8..b0d71c3 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -12,10 +12,11 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + gmp.3:${PORTSDIR}/math/libgmp3 USE_GTK= yes USE_NEWGCC= yes |