diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 20:56:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 20:56:16 +0000 |
commit | 8ce51beeec53e83ae246169a30909b0660b06e33 (patch) | |
tree | 3a1a3915e2b8208344e8539bee22c0c5729021b3 /www/mod_auth_pam2/Makefile | |
parent | fc43dd263250bd9f10fe4ff6a5c14410532adece (diff) | |
download | ports-8ce51beeec53e83ae246169a30909b0660b06e33.tar.gz ports-8ce51beeec53e83ae246169a30909b0660b06e33.zip |
Notes
Diffstat (limited to 'www/mod_auth_pam2/Makefile')
-rw-r--r-- | www/mod_auth_pam2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_auth_pam2/Makefile b/www/mod_auth_pam2/Makefile index 6e851358c890..df6b6c08c0a3 100644 --- a/www/mod_auth_pam2/Makefile +++ b/www/mod_auth_pam2/Makefile @@ -15,15 +15,12 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PAM modules for user authentication -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 -RUN_DEPENDS= ${BUILD_DEPENDS} - LATEST_LINK= mod_auth_pam2 +USE_APACHE= 20+ USE_GMAKE= YES MAKE_ENV+= APXS=${APXS} WRKSRC= ${WRKDIR}/${PORTNAME} -APXS?= ${LOCALBASE}/sbin/apxs post-install: ${MKDIR} ${EXAMPLESDIR} |