Depend on Samba 2.0.0 or newer instead of 2.0.*.
This commit is contained in:
parent
1acf9f8317
commit
bba94d2969
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue