diff options
author | kim <kim> | 1999-08-28 16:46:44 +0000 |
---|---|---|
committer | kim <kim> | 1999-08-28 16:46:44 +0000 |
commit | 7fe815ead860d2a36b7bf31d6af90f12f567fd98 (patch) | |
tree | c1309a043fffad92e34c0a6af41ba6e5aed80bc3 /net/mrtg/Makefile | |
parent | e15d96bc506d6a6d1d0703a300c66acdfbdad91b (diff) | |
download | pkgsrc-7fe815ead860d2a36b7bf31d6af90f12f567fd98.tar.gz |
Upgrade to 2.8.8 to work with gd-1.6.3 (otherwise the pkg tools
just kept trying to reinstall gd, which was odd -- I guess it was
thinking version 1.3p1 was greater than 1.6.3).
Diffstat (limited to 'net/mrtg/Makefile')
-rw-r--r-- | net/mrtg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 3b9aa7bc7eb..bfbe645fb77 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1999/05/22 14:23:42 explorer Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/28 16:46:44 kim Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # -DISTNAME= mrtg-2.7.4b +DISTNAME= mrtg-2.8.8 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ http://gd.tuwien.ac.at/infosys/network/tools/mrtg/pub/ \ @@ -16,11 +16,11 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html -DEPENDS= gd-1.3p1:../../graphics/gd +DEPENDS= gd-1.6.3:../../graphics/gd USE_PERL5= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include/gd --with-gd-lib=${PREFIX}/lib +CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include --with-gd-lib=${PREFIX}/lib post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/mrtg.conf.example \ |