Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2017 12:38:05 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449778 - head/www/mod_auth_openidc
Message-ID:  <201709131238.v8DCc5hb009691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709131238.v8DCc5hb009691>