aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pwcheck
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
commitf4d7c801f854ff4fad4642d62b23bae798962615 (patch)
treeeee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_auth_pwcheck
parent2e8e10b527cd18511e4bd6a598f05050d4190015 (diff)
downloadports-f4d7c801f854ff4fad4642d62b23bae798962615.tar.gz
ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip
Notes
Diffstat (limited to 'www/mod_auth_pwcheck')
-rw-r--r--www/mod_auth_pwcheck/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile
index f5a0e0d5d3cb..558a35c94bb3 100644
--- a/www/mod_auth_pwcheck/Makefile
+++ b/www/mod_auth_pwcheck/Makefile
@@ -13,15 +13,15 @@ MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
MAINTAINER= anton@chelcom.ru
COMMENT= Apache module for user authentication via Cyrus pwcheck daemon
-BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${AP_CATEGORY}/${AP_PORT}
-RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${AP_CATEGORY}/${AP_PORT} \
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
+RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \
${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
WRKSRC= ${WRKDIR}/${PORTNAME}
+APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT}
.include <bsd.port.pre.mk>
-APXS?= ${LOCALBASE}/sbin/apxs
.if exists(${APXS})
AP_MOD_SSL_SUFFIX!= ${APXS} -q CFLAGS 2>/dev/null \
| ${GREP} DMOD_SSL >/dev/null \