diff options
author | taca <taca> | 2002-06-25 15:42:21 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-25 15:42:21 +0000 |
commit | 9dc118274fc5b1a0b3f52e9f10628800f20ec1b7 (patch) | |
tree | 758f74c57b1689984c6ef265205a414d38e60b92 /sysutils/amanda-client | |
parent | 538f037fd5c3f54f54fd62fc809bb3d620097d64 (diff) | |
download | pkgsrc-9dc118274fc5b1a0b3f52e9f10628800f20ec1b7.tar.gz |
Allow to depend on ja-samba package as well as samba 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 f81337a557e..68b5cb8af56 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/04/25 20:51:55 veego Exp $ +# $NetBSD: Makefile,v 1.28 2002/06/25 15:42:21 taca Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -35,7 +35,7 @@ CONFIGURE_ENV+= ac_cv_lib_readline_readline=no .if defined(AMANDA_SMB) CONFIGURE_ARGS+= --with-smbclient -DEPENDS+= samba>=2.0.0:../../net/samba +DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba .endif .include "../../mk/bsd.pkg.mk" |