summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2002-06-25 15:42:21 +0000
committertaca <taca@pkgsrc.org>2002-06-25 15:42:21 +0000
commitac13852d629964b8833a7e5330aee438a3f7d57a (patch)
tree758f74c57b1689984c6ef265205a414d38e60b92 /sysutils
parentd13e7e427366346b1b9f63141f139e80d5c096a6 (diff)
downloadpkgsrc-ac13852d629964b8833a7e5330aee438a3f7d57a.tar.gz
Allow to depend on ja-samba package as well as samba package.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-client/Makefile4
-rw-r--r--sysutils/amanda-dev-client/Makefile4
2 files changed, 4 insertions, 4 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"
diff --git a/sysutils/amanda-dev-client/Makefile b/sysutils/amanda-dev-client/Makefile
index 807a2fdd473..cf05f421545 100644
--- a/sysutils/amanda-dev-client/Makefile
+++ b/sysutils/amanda-dev-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/25 15:42:21 taca Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -30,7 +30,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"