svn commit: r449778 - head/www/mod_auth_openidc
Ryan Steinmetz
zi at FreeBSD.org
Wed Sep 13 12:38:06 UTC 2017
Author: zi
Date: Wed Sep 13 12:38:05 2017
New Revision: 449778
URL: https://svnweb.freebsd.org/changeset/ports/449778
Log:
- Update ordering of variables
Requested by: mat@
Modified:
head/www/mod_auth_openidc/Makefile
Modified: head/www/mod_auth_openidc/Makefile
==============================================================================
--- head/www/mod_auth_openidc/Makefile Wed Sep 13 12:31:00 2017 (r449777)
+++ head/www/mod_auth_openidc/Makefile Wed Sep 13 12:38:05 2017 (r449778)
@@ -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" \
More information about the svn-ports-head
mailing list