diff options
author | jlam <jlam> | 2004-01-13 20:45:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-13 20:45:50 +0000 |
commit | 3f50b3ca3dd3eae998a89f331eff52eb2064ab51 (patch) | |
tree | 58917fcce6a5312a36aec7cc77a36349d257e2a2 /security | |
parent | 9d70d9b2be52523716c6393ba23b0bcdb8a8d8cd (diff) | |
download | pkgsrc-3f50b3ca3dd3eae998a89f331eff52eb2064ab51.tar.gz |
This package should try to build samba2 if it needs a samba package
installed.
Diffstat (limited to 'security')
-rw-r--r-- | security/winbind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/winbind/Makefile b/security/winbind/Makefile index ec48ac757e8..56493178ab2 100644 --- a/security/winbind/Makefile +++ b/security/winbind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/12 07:31:52 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/13 20:45:50 jlam Exp $ PKGNAME= winbind-${SAMBA_DIST_VERS} PKGREVISION= 1 @@ -15,7 +15,7 @@ COMMENT= Unified logon information between UNIX and Windows NT CONFLICTS+= samba>=3.0 -DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba +DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba2 CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --with-sslinc=${BUILDLINK_PREFIX.openssl} |