diff options
author | jlam <jlam@pkgsrc.org> | 1999-11-01 03:37:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-11-01 03:37:35 +0000 |
commit | fffb0b7af0b95cb2eda9e6856e92daee694f8ea7 (patch) | |
tree | 669b1e99030e4505bdf098bb0e5bb3ee6e4b41d1 /net/mrtg/Makefile | |
parent | 370d53575f5b4feffaf0705354cda15c89347d07 (diff) | |
download | pkgsrc-fffb0b7af0b95cb2eda9e6856e92daee694f8ea7.tar.gz |
* Modify to support gd-1.7.3.
Diffstat (limited to 'net/mrtg/Makefile')
-rw-r--r-- | net/mrtg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index d3b898aa422..21572a07987 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/08/28 23:25:30 kim Exp $ +# $NetBSD: Makefile,v 1.11 1999/11/01 03:37:35 jlam Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # @@ -16,11 +16,12 @@ 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.6.3:../../graphics/gd +DEPENDS= gd-1.7.3:../../graphics/gd USE_PERL5= YES +USE_X11= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include --with-gd-lib=${PREFIX}/lib +CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/mrtg.conf.example \ |