summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authorexplorer <explorer>1999-05-22 14:23:42 +0000
committerexplorer <explorer>1999-05-22 14:23:42 +0000
commit8879ddf130a5cca171dd75a4c4d3691b74ca3552 (patch)
tree9014b39a463e4aca0e22da57a17ddd895a3d0bf6 /net/mrtg
parent8f865200db61a5574ac5cb3c25815023a0bf9c7f (diff)
downloadpkgsrc-8879ddf130a5cca171dd75a4c4d3691b74ca3552.tar.gz
Apparently needs --with-gd-lib= as well, now...
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 7d946f64f3e..3b9aa7bc7eb 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/05/22 10:45:32 rh Exp $
+# $NetBSD: Makefile,v 1.8 1999/05/22 14:23:42 explorer Exp $
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
#
@@ -20,7 +20,7 @@ DEPENDS= gd-1.3p1:../../graphics/gd
USE_PERL5= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include/gd
+CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include/gd --with-gd-lib=${PREFIX}/lib
post-build:
${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/mrtg.conf.example \