diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index b0674f3..f8a7c5b 100644 --- a/net/mrtg/Makefile +++ b/net/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} |