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_webauth | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/mod_webauth')
-rw-r--r-- | www/mod_webauth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_webauth/Makefile b/www/mod_webauth/Makefile index e1800195f3a2..930317474087 100644 --- a/www/mod_webauth/Makefile +++ b/www/mod_webauth/Makefile @@ -10,8 +10,8 @@ DISTNAME= webauth-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for authenticating users with Kerberos v5 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libsasl2.so:security/cyrus-sasl2 USES= libtool pkgconfig USE_APACHE= 22+ |