summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-26 18:08:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-26 18:08:17 +0000
commitfde089c24e73dc5e4a472e4e51703dfdb5c8a0b5 (patch)
treeafd9c774a1ee00cb9d039e333f8382b3756b2e20 /math
parentinclude sys/types.h (diff)
add missing dependency to libgmp
drop maintainership Submitted by: bento
Notes
Notes: svn path=/head/; revision=50585
Diffstat (limited to 'math')
-rw-r--r--math/surf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile
index a6bc4b8757c1..b0d71c3a7ddf 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