diff options
author | jschauma <jschauma> | 2002-09-05 18:07:52 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-09-05 18:07:52 +0000 |
commit | 50502534f7a3eeefd7fa63e7d7ba16fabbc948a8 (patch) | |
tree | 628713ebd652f40d8726b72fd341c3a281a3d3d8 /sysutils/amanda-client | |
parent | 66896d6eefc43ea7d84a332b7b064b472cab86ce (diff) | |
download | pkgsrc-50502534f7a3eeefd7fa63e7d7ba16fabbc948a8.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/Makefile | 7 |
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 |