diff options
author | tron <tron@pkgsrc.org> | 2001-03-21 15:41:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-21 15:41:23 +0000 |
commit | 2cea0f14273dee7f24044287611bd20a8c470c52 (patch) | |
tree | 96ac9464b8d4788148a0c7fea6abbb280b730883 /sysutils/amanda-plot/Makefile | |
parent | 84ee6de435c0db3221cd900850b20f36f533376e (diff) | |
download | pkgsrc-2cea0f14273dee7f24044287611bd20a8c470c52.tar.gz |
Use wildcard dependences for "gnuplot" package.
Diffstat (limited to 'sysutils/amanda-plot/Makefile')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 173a0d09530..ed31c050d66 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/19 10:18:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/21 15:41:23 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amanda.org/ COMMENT= Visualizes the behavior of Amanda, a network backup system -DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= amanda-server-2.4.2:../../sysutils/amanda-server USE_X11= yes |