diff options
Diffstat (limited to 'www/mod_auth_cas/Makefile')
-rw-r--r-- | www/mod_auth_cas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_auth_cas/Makefile b/www/mod_auth_cas/Makefile index 23f0684c2ab4..a8f693eb3032 100644 --- a/www/mod_auth_cas/Makefile +++ b/www/mod_auth_cas/Makefile @@ -17,13 +17,12 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USE_GITHUB= yes GH_ACCOUNT= Jasig -USES= ssl +USES= apache:2.2+ ssl HAS_CONFIGURE= yes # configure requires LDFLAGS to find libpcre LDFLAGS+= -L${AP_LIB} -USE_APACHE= 22+ AP_LIB= ${LOCALBASE}/lib AP_EXTRAS= -lpcre -lssl -lcrypto |