diff options
author | taca <taca> | 2002-06-25 15:39:31 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-25 15:39:31 +0000 |
commit | d1e88ed608ad4df902b187cedb537c42bfa57407 (patch) | |
tree | 271633ca25ffd4e87c5cfc4f69a67b099e7a5234 /security/pam-smbpass/Makefile | |
parent | b47a60226547be45f548cffd2fa66d953d35be6e (diff) | |
download | pkgsrc-d1e88ed608ad4df902b187cedb537c42bfa57407.tar.gz |
Allow depend on ja-samba package as well as samba package.
Diffstat (limited to 'security/pam-smbpass/Makefile')
-rw-r--r-- | security/pam-smbpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile index 0c3b10cb850..20ed35233eb 100644 --- a/security/pam-smbpass/Makefile +++ b/security/pam-smbpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 22:35:59 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/25 15:39:31 taca Exp $ DISTNAME= samba-2.2.2 # @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ MAINTAINER= jlam@netbsd.org COMMENT= PAM authentication against a Samba password database -DEPENDS+= samba>=2.0:../../net/samba +DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba USE_BUILDLINK_ONLY= yes WRKSRC= ${WRKDIR}/${DISTNAME}/source |