summaryrefslogtreecommitdiff
path: root/security/pam-smbpass
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:48:57 +0000
committerjlam <jlam>2002-08-25 21:48:57 +0000
commit02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /security/pam-smbpass
parent521a29ec203c35a133d1b565a410d027176ebfc9 (diff)
downloadpkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'security/pam-smbpass')
-rw-r--r--security/pam-smbpass/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile
index 2b9617b77d0..00903d9393f 100644
--- a/security/pam-smbpass/Makefile
+++ b/security/pam-smbpass/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2002/07/30 23:24:05 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/25 21:50:41 jlam Exp $
+
+.include "../../net/samba/Makefile.common"
PKGNAME= pam-smbpass-${SAMBA_DIST_VERS}
CATEGORIES= security
-USE_BUILDLINK_ONLY= # defined
-
-.include "../../net/samba/Makefile.common"
-
MAINTAINER= jlam@netbsd.org
COMMENT= PAM authentication against a Samba password database
DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba
+USE_BUILDLINK2= # defined
CONFIGURE_ARGS+= --with-pam
ALL_TARGET= pam_smbpass
@@ -31,5 +30,5 @@ do-install:
${INSTALL_DATA} $${file} ${EGDIR}/$${file}; \
done
-.include "../../security/PAM/buildlink.mk"
+.include "../../security/PAM/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"