diff options
author | tron <tron@pkgsrc.org> | 2000-03-17 23:31:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-17 23:31:48 +0000 |
commit | 2b5bff75fb47cb76476633d0f5d33624898e7560 (patch) | |
tree | a977e321ef93873f41651ad3930742dd8044eecb /net/mrtg | |
parent | 1f59e22ae3b032ec810c0c0db50bad997cbc6938 (diff) | |
download | pkgsrc-2b5bff75fb47cb76476633d0f5d33624898e7560.tar.gz |
Adapt to "gd" library with JPEG support.
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 4 | ||||
-rw-r--r-- | net/mrtg/files/patch-sum | 4 | ||||
-rw-r--r-- | net/mrtg/patches/patch-aa | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 1359f9a724d..b616ab78d23 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/03/17 23:19:54 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/03/17 23:31:48 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # @@ -16,7 +16,7 @@ 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.7.3:../../graphics/gd +DEPENDS= gd>=1.8.1:../../graphics/gd USE_PERL5= YES USE_X11= YES diff --git a/net/mrtg/files/patch-sum b/net/mrtg/files/patch-sum index bd832104bbf..47ed52823d9 100644 --- a/net/mrtg/files/patch-sum +++ b/net/mrtg/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/02/07 16:44:15 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/03/17 23:31:48 tron Exp $ -MD5 (patch-aa) = 719dc732bdd11f18cd354ee560605420 +MD5 (patch-aa) = 47edfe3905473e02d592c7b706fb1033 MD5 (patch-ab) = 60d615ef73c9ab66d0127d6900b125f6 diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa index e694f2c1dd5..30f34b9aec5 100644 --- a/net/mrtg/patches/patch-aa +++ b/net/mrtg/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2000/02/07 16:44:15 tron Exp $ +$NetBSD: patch-aa,v 1.8 2000/03/17 23:31:48 tron Exp $ --- configure.orig Sun Feb 6 00:56:27 2000 +++ configure Mon Feb 7 17:38:11 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.7 2000/02/07 16:44:15 tron Exp $ -LDFLAGS="${LDFLAGS} -lgd" -+LDFLAGS="${LDFLAGS} -lgd -lttf -lintl -lXpm -lX11" ++LDFLAGS="${LDFLAGS} -lgd -lttf -lintl -lXpm -lX11 -ljpeg" # Check whether --with-z or --without-z was given. if test "${with_z+set}" = set; then |