diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-28 17:52:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-28 17:52:47 +0800 |
commit | a40966ba9eeb6c831b52397e60b7dd22dc3e9717 (patch) | |
tree | bab4c3a09011046d2677ae9a0658b17c0da3095c /dns | |
parent | e429e61297b243365b62c3dac3f6dd4fac21b01b (diff) | |
download | freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.tar.gz freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.tar.zst freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.zip |
switch libgmp -> libgmp-freebsd
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dhisd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 953896a9e182..9a084c42faf1 100644 --- a/dns/dhisd/Makefile +++ b/dns/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 |