diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-09-13 12:38:05 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-09-13 12:38:05 +0000 |
commit | 46e179ed874f35b4c6879fe898c02c28a5d00eb4 (patch) | |
tree | 59e94e3d0fa1bc32650ef6174a8e9ddd041c3d19 /www/mod_auth_openidc | |
parent | 8d17936dda41db2c1a3221a638ae07debafd5405 (diff) | |
download | ports-46e179ed874f35b4c6879fe898c02c28a5d00eb4.tar.gz ports-46e179ed874f35b4c6879fe898c02c28a5d00eb4.zip |
Notes
Diffstat (limited to 'www/mod_auth_openidc')
-rw-r--r-- | www/mod_auth_openidc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_auth_openidc/Makefile b/www/mod_auth_openidc/Makefile index f470465e48e9..294eafb0a12b 100644 --- a/www/mod_auth_openidc/Makefile +++ b/www/mod_auth_openidc/Makefile @@ -18,13 +18,12 @@ LIB_DEPENDS= libcjose.so:devel/cjose \ libjansson.so:devel/jansson \ libpcre.so:devel/pcre +USES= autoreconf:autoconf gmake libtool pkgconfig ssl +USE_APACHE= 22+ USE_GITHUB= yes GH_ACCOUNT= pingidentity PLIST_FILES= ${APACHEMODDIR}/mod_auth_openidc.so - -USE_APACHE= 22+ -USES= autoreconf:autoconf gmake libtool pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-hiredis CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ |