diff options
author | veego <veego> | 2002-04-25 20:51:55 +0000 |
---|---|---|
committer | veego <veego> | 2002-04-25 20:51:55 +0000 |
commit | 66a0c1f55c601bf519f9f53c79f15c6d9df7d4a6 (patch) | |
tree | 2519684faf4aba0dd2a396dc6de1f7a373d3e955 /sysutils/amanda-client | |
parent | 6386379453927512cd9d4732eb305cc533583b83 (diff) | |
download | pkgsrc-66a0c1f55c601bf519f9f53c79f15c6d9df7d4a6.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/Makefile | 4 |
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 |