summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-11-26 09:24:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-11-26 09:24:50 +0000
commitd6d3f334a3cbb923d54211eabd40aef99acf09fd (patch)
tree43af3fb9291d10edfe6137a7e79ba35d41ca2bc3 /net/mrtg
parentUpdate to 0.8.6 (diff)
Fix LIB_DEPENDS when using gd version 1.
Spotted by: Peter van Dijk <peter@dataloss.nl>
Notes
Notes: svn path=/head/; revision=71106
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 2902cc685c61..4ef5d7769fed 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
--with-gd-inc=${LOCALBASE}/include
.else
+LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
--with-gd-inc=${LOCALBASE}/include/gd
.endif