diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda/Makefile | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index f85b66edae1..8259a6cfb00 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/05/12 18:45:25 bouyer Exp $ +# $NetBSD: Makefile,v 1.37 2004/10/05 17:51:05 seb Exp $ # DISTNAME= amanda-2.4.4p2 @@ -10,9 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.amanda.org/ COMMENT= The "meta-package" for Amanda, a network backup system -DEPENDS+= amanda-client-2.4.4p2:../../sysutils/amanda-client -DEPENDS+= amanda-server-2.4.4p2:../../sysutils/amanda-server -DEPENDS+= amanda-plot-2.4.4p2:../../sysutils/amanda-plot +DEPENDS+= amanda-client-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-client +DEPENDS+= amanda-server-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-server +DEPENDS+= amanda-plot-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-plot EXTRACT_ONLY= # empty NO_CHECKSUM= yes |