diff options
author | seb <seb@pkgsrc.org> | 2004-10-05 17:51:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-05 17:51:05 +0000 |
commit | aecc9b267e5c52990c3e79a57a9b43204bc6f751 (patch) | |
tree | a20ac87bf0b69ec844ffd26ac832a2bd60f8592e /sysutils/amanda-plot/Makefile | |
parent | 7d8bb12bb6e25b7c968dd678abb0260c5832d804 (diff) | |
download | pkgsrc-aecc9b267e5c52990c3e79a57a9b43204bc6f751.tar.gz |
Fix build after amanda-common had its PKGREVISION bumped: be a bit
more liberal about the versions of the various amanda packages listed
as dependencies.
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 1be8e79ab47..14df1abd9b7 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/05/12 20:53:51 bouyer Exp $ +# $NetBSD: Makefile,v 1.17 2004/10/05 17:51:05 seb Exp $ # PKGNAME= amanda-plot-${VERS} @@ -7,7 +7,7 @@ SVR4_PKGNAME= amapl COMMENT= Visualizes the behavior of Amanda, a network backup system DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -DEPENDS+= amanda-server-2.4.4p2:../../sysutils/amanda-server +DEPENDS+= amanda-server-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-server USE_BUILDLINK3= yes |