diff options
author | agc <agc> | 2002-12-22 08:52:33 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-22 08:52:33 +0000 |
commit | e23f1997ec81d6722fb43ffec4823818b5af16b3 (patch) | |
tree | 59e0a6ef05b5af53f21560f007bac2265b74f4c6 | |
parent | d63bf90c943e989d2a2d2b655f6c506251eee9be (diff) | |
download | pkgsrc-netbsd_1_6.tar.gz |
Bring forward the dependency information from Makefile version 1.4, vianetbsd_1_6
patch, as requested by Manuel Bouyer, onto the netbsd-1-6 pkgsrc branch.
Pick up the correct version of gtar.
-rw-r--r-- | sysutils/amanda-dev-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-dev-client/Makefile b/sysutils/amanda-dev-client/Makefile index cf05f421545..4f8504da8a2 100644 --- a/sysutils/amanda-dev-client/Makefile +++ b/sysutils/amanda-dev-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/06/25 15:42:21 taca Exp $ +# $NetBSD: Makefile,v 1.2.6.1 2002/12/22 08:52:33 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -7,7 +7,7 @@ SVR4_PKGNAME= amacl COMMENT= Client part of Amanda, a network backup system -DEPENDS+= gtar-1.12:../../archivers/gtar +DEPENDS+= {gtar,gtar-base}>=1.12:../../archivers/gtar-base DEPENDS+= amanda-common-${VERS}:../../sysutils/amanda-dev-common GNU_CONFIGURE= yes |