diff options
Diffstat (limited to 'www/mod_webauth/Makefile')
-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+ |