diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 09:52:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 09:52:47 +0000 |
commit | 952faa64dcd43dd7ab100086d80b245298afdd66 (patch) | |
tree | 758df4e98668024f8fd85e6976827957a607fa3c /net/dhisd | |
parent | add p5-Text-PDF 0.19 (diff) |
switch libgmp -> libgmp-freebsd
Notes
Notes:
svn path=/head/; revision=58252
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 953896a9e182..9a084c42faf1 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ MAINTAINER= baskruit@bsltwr.dhis.org -LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README |