diff options
author | tron <tron> | 2001-03-21 15:41:23 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-21 15:41:23 +0000 |
commit | 5a48fdfa804de2052aadef25e1ab5c4e02385203 (patch) | |
tree | 96ac9464b8d4788148a0c7fea6abbb280b730883 /sysutils | |
parent | b599b27fd5abdd12882addb91f1df900d84cc580 (diff) | |
download | pkgsrc-5a48fdfa804de2052aadef25e1ab5c4e02385203.tar.gz |
Use wildcard dependences for "gnuplot" package.
Diffstat (limited to 'sysutils')
-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 |