diff options
author | christos <christos@pkgsrc.org> | 2001-06-26 03:15:16 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2001-06-26 03:15:16 +0000 |
commit | ea01ce89a0ea2bfd45b9223b092dbcf3753a56a8 (patch) | |
tree | f1d8af75e4626b245351391fc3f39f067ae6cbe4 /sysutils/amanda | |
parent | 95062a354a6c8dbd4c27babb62ff1604ec5791ed (diff) | |
download | pkgsrc-ea01ce89a0ea2bfd45b9223b092dbcf3753a56a8.tar.gz |
Upgrade to 2.4.2p2
Diffstat (limited to 'sysutils/amanda')
-rw-r--r-- | sysutils/amanda/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index f2487aef048..c2d77484141 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2001/02/17 17:42:10 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2001/06/26 03:15:16 christos Exp $ # -DISTNAME= amanda-2.4.2 +DISTNAME= amanda-2.4.2p2 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty @@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amanda.org/ COMMENT= The "meta-package" for Amanda, a network backup system -DEPENDS+= amanda-client-2.4.2:../../sysutils/amanda-client -DEPENDS+= amanda-server-2.4.2:../../sysutils/amanda-server -DEPENDS+= amanda-plot-2.4.2:../../sysutils/amanda-plot +DEPENDS+= amanda-client-2.4.2p2:../../sysutils/amanda-client +DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server +DEPENDS+= amanda-plot-2.4.2p2:../../sysutils/amanda-plot USE_X11= yes EXTRACT_ONLY= # empty |