summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-06 11:17:57 +0000
committertron <tron@pkgsrc.org>2000-03-06 11:17:57 +0000
commitbba94d29693404d9063b89da362ab73b9f7c337c (patch)
tree930e98b20ebd864cfaf57b660b38c534008d6574 /sysutils
parent1acf9f831768c4d3998ed7d2ed3071be16b41047 (diff)
downloadpkgsrc-bba94d29693404d9063b89da362ab73b9f7c337c.tar.gz
Depend on Samba 2.0.0 or newer instead of 2.0.*.
Diffstat (limited to 'sysutils')
-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 7a03544eaa0..d16c75c87ac 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/03/06 10:53:29 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2000/03/06 11:17:57 tron Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -26,7 +26,7 @@ BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR
.if defined(AMANDA_SMB)
CONFIGURE_ARGS+= --with-smbclient
-DEPENDS+= samba-2.0.*:../../net/samba
+DEPENDS+= samba>=2.0.0:../../net/samba
.endif
.include "../../mk/bsd.pkg.mk"