diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
commit | bfa2b79a99f351c25703b1ef106949574db1eee2 (patch) | |
tree | cb6bc4579abdc29fe727a020e75eb3b8ca92a355 /net-mgmt | |
parent | 57ded945a1027fd80520e863bb88ec846d1d80ca (diff) | |
download | ports-bfa2b79a99f351c25703b1ef106949574db1eee2.tar.gz ports-bfa2b79a99f351c25703b1ef106949574db1eee2.zip |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Notes
Notes:
svn path=/head/; revision=29273
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index ea7c2d95b3ba..e240f0fba91d 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.org -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd USE_PERL5= YES MAKE_ENV+= PERL=${PERL} |