diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/mod_authn_sasl | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/mod_authn_sasl')
-rw-r--r-- | www/mod_authn_sasl/Makefile | 4 |
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 |