aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authn_sasl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/mod_authn_sasl
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Notes
Diffstat (limited to 'www/mod_authn_sasl')
-rw-r--r--www/mod_authn_sasl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_authn_sasl/Makefile b/www/mod_authn_sasl/Makefile
index 835947051abb..a5ce6109a02a 100644
--- a/www/mod_authn_sasl/Makefile
+++ b/www/mod_authn_sasl/Makefile
@@ -12,12 +12,12 @@ COMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2
LICENSE= APACHE20
-LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
OPTIONS_DEFINE= SASLAUTHD
SASLAUTHD_DESC= cyrus-sasl2-saslauthd support
-SASLAUTHD_RUN_DEPENDS= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
+SASLAUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd
.include <bsd.port.options.mk>
USES= tar:bzip2