fix DEPENDS to use ../../net/samba2 (this is samba2-only pkg)
This commit is contained in:
parent
eb9463c7ff
commit
c889eeb7cb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2004/04/24 22:46:11 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2004/08/07 07:55:56 jdolecek Exp $
|
||||
|
||||
.include "../../net/samba2/Makefile.common"
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMMENT= PAM authentication against a Samba password database
|
|||
|
||||
CONFLICTS+= samba>=3.0
|
||||
|
||||
DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba
|
||||
DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba2
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
CONFIGURE_ARGS+= --with-pam
|
||||
|
|
Loading…
Reference in a new issue