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
commit9a6957c5dc9ca44ec84a5331c300e07b8b2b771a (patch)
tree9014b39a463e4aca0e22da57a17ddd895a3d0bf6 /net/mrtg
parent96644d077a4d9e2d9bec04cd3893348399fc14ae (diff)
downloadpkgsrc-9a6957c5dc9ca44ec84a5331c300e07b8b2b771a.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 \