diff options
author | tv <tv> | 1999-05-03 20:25:36 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-03 20:25:36 +0000 |
commit | 60d056a47a90e48f5e8e4f6baf8e824390f5b79d (patch) | |
tree | 169adc3671da7cad814a85918a929dd606be949d /net | |
parent | a092f8c396181617dc177b315adf1ba0424fa453 (diff) | |
download | pkgsrc-60d056a47a90e48f5e8e4f6baf8e824390f5b79d.tar.gz |
Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.
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 6aab6c92c68..44de81ca7b4 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:17 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/03 20:25:37 tv Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # @@ -9,7 +9,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.3:../../graphics/gd +DEPENDS= gd-1.3p1:../../graphics/gd USE_PERL5= YES |