summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2002-04-25 20:51:55 +0000
committerveego <veego@pkgsrc.org>2002-04-25 20:51:55 +0000
commit04bee16a1c5204c262f3b81a032b5d2d9f7169e9 (patch)
tree2519684faf4aba0dd2a396dc6de1f7a373d3e955 /sysutils/amanda-client
parenta0028b4b586695b84d7491f7549048ee0a4801e0 (diff)
downloadpkgsrc-04bee16a1c5204c262f3b81a032b5d2d9f7169e9.tar.gz
Change the gtar depends line to {gtar,gtar-base}>=1.12:../../archivers/gtar-base
amanada-client only needs the gtar binary and not the gtar meta package. gtar-base didn't exists in the past, but the old gtar package is enough for this package, thats why we also allow to use the old gtar package.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r--sysutils/amanda-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index 8f9b8702572..f81337a557e 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/12/25 20:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2002/04/25 20:51:55 veego Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.amanda.org/
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-2.4.2p2:../../sysutils/amanda-common
GNU_CONFIGURE= yes