summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authortaca <taca>2002-06-25 15:42:21 +0000
committertaca <taca>2002-06-25 15:42:21 +0000
commitc1fa71d247025fda8f5276c7f88628b5569a8627 (patch)
tree758f74c57b1689984c6ef265205a414d38e60b92 /sysutils/amanda-client
parentd1e88ed608ad4df902b187cedb537c42bfa57407 (diff)
downloadpkgsrc-c1fa71d247025fda8f5276c7f88628b5569a8627.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/Makefile4
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"