diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
commit | 38e3e6a87b9abd2f393b2932fb132b441263aa21 (patch) | |
tree | a1fb585c640e6d94163f7e059a3f6522d70c6801 /net-mgmt/mrtg/Makefile | |
parent | 5cb55aa1390fd21056bdd9a76f368ec61f19ca02 (diff) | |
download | ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.tar.gz ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.zip |
Notes
Diffstat (limited to 'net-mgmt/mrtg/Makefile')
-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 b0674f3b0158..f8a7c5b6ff65 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 -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES MAKE_ENV+= PERL=${PERL} |