diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-26 18:08:17 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-26 18:08:17 +0000 |
commit | 65782b8f7b6ceb563300e44b7c3d281c3fa2ebff (patch) | |
tree | f854ef56741ad88295d6375565d7ec7640f9457f | |
parent | c4fe9a164b08c08b88810b93dcff9a9d8e502d52 (diff) | |
download | FreeBSD-ports-65782b8f7b6ceb563300e44b7c3d281c3fa2ebff.zip FreeBSD-ports-65782b8f7b6ceb563300e44b7c3d281c3fa2ebff.tar.gz |
add missing dependency to libgmp
drop maintainership
Submitted by: bento
-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 |