diff options
author | explorer <explorer@pkgsrc.org> | 1999-05-22 14:23:42 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-05-22 14:23:42 +0000 |
commit | 1b48bb68db8943ebc419bf08f6113aabfac469d0 (patch) | |
tree | 9014b39a463e4aca0e22da57a17ddd895a3d0bf6 /net | |
parent | 16676237d80635cb342faaf991f6d24f322c8292 (diff) | |
download | pkgsrc-1b48bb68db8943ebc419bf08f6113aabfac469d0.tar.gz |
Apparently needs --with-gd-lib= as well, now...
Diffstat (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 4 |
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 \ |