summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-09-05 18:07:52 +0000
committerjschauma <jschauma@pkgsrc.org>2002-09-05 18:07:52 +0000
commit8411c736b95b81abf88cfb7b123c8f3742657102 (patch)
tree628713ebd652f40d8726b72fd341c3a281a3d3d8 /sysutils/amanda-client
parentd0133b219839b669a0db1cc6fa047b6d4c7c3a28 (diff)
downloadpkgsrc-8411c736b95b81abf88cfb7b123c8f3742657102.tar.gz
Changes to make amanda* work nicely on Linux:
- do not depend on gtar; GNU/Linux tar is gtar, obviously - set AMANDA_GROUP as on NetBSD and Darwin
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r--sysutils/amanda-client/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index 68b5cb8af56..436a8c15837 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/06/25 15:42:21 taca Exp $
+# $NetBSD: Makefile,v 1.29 2002/09/05 18:07:52 jschauma Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -12,7 +12,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.amanda.org/
COMMENT= Client part of Amanda, a network backup system
-DEPENDS+= {gtar,gtar-base}>=1.12:../../archivers/gtar-base
DEPENDS+= amanda-common-2.4.2p2:../../sysutils/amanda-common
GNU_CONFIGURE= yes
@@ -21,6 +20,10 @@ GNU_CONFIGURE= yes
.include "../../sysutils/amanda-common/Makefile.common"
.include "../../devel/readline/buildlink.mk"
+.if ${OPSYS} != "Linux"
+DEPENDS+= {gtar,gtar-base}>=1.12:../../archivers/gtar-base
+.endif
+
CONFIGURE_ARGS+= --without-server --without-restore
# Prevent configure script from finding unnecessary libraries. We'll patch