diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-13 20:45:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-13 20:45:50 +0000 |
commit | 5389a1c2c7e99cb8925767d42ec4c740245c91c8 (patch) | |
tree | 58917fcce6a5312a36aec7cc77a36349d257e2a2 | |
parent | 94f5d9c72ec2419fa21407826d1e7cdd6a2974e0 (diff) | |
download | pkgsrc-5389a1c2c7e99cb8925767d42ec4c740245c91c8.tar.gz |
This package should try to build samba2 if it needs a samba package
installed.
-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} |