summaryrefslogtreecommitdiff
path: root/www/ap-auth-pam
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
commita020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /www/ap-auth-pam
parent287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff)
downloadpkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/ap-auth-pam')
-rw-r--r--www/ap-auth-pam/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/ap-auth-pam/Makefile b/www/ap-auth-pam/Makefile
index 8f330ae57be..4485053854a 100644
--- a/www/ap-auth-pam/Makefile
+++ b/www/ap-auth-pam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/03/06 19:33:38 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/25 21:51:45 jlam Exp $
DISTNAME= mod_auth_pam-1.0a
PKGNAME= ap-auth-pam-1.0a
@@ -9,9 +9,8 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://pam.sourceforge.net/mod_auth_pam/
COMMENT= module to allow Apache authentication using PAM
-DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache
-
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+APACHE_MODULE= YES
LIBS+= -lpam
EGDIR= ${PREFIX}/share/examples/mod_auth_pam
@@ -27,6 +26,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/configure.html ${HTMLDIR}
${INSTALL_DATA} ${WRKSRC}/doc/faq.html ${HTMLDIR}
-.include "../../security/PAM/buildlink.mk"
-.include "../../www/apache/buildlink.mk"
+.include "../../security/PAM/buildlink2.mk"
+.include "../../www/apache/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"