svn commit: r449779 - head/www/mod_auth_openid

Ryan Steinmetz zi at FreeBSD.org
Wed Sep 13 12:39:12 UTC 2017


Author: zi
Date: Wed Sep 13 12:39:10 2017
New Revision: 449779
URL: https://svnweb.freebsd.org/changeset/ports/449779

Log:
  - Update ordering of variables
  
  Reported by:	mat@

Modified:
  head/www/mod_auth_openid/Makefile

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile	Wed Sep 13 12:38:05 2017	(r449778)
+++ head/www/mod_auth_openid/Makefile	Wed Sep 13 12:39:10 2017	(r449779)
@@ -19,19 +19,17 @@ BROKEN_powerpc64=	Does not build
 LIB_DEPENDS=	libopkele.so:devel/libopkele \
 		libsqlite3.so:databases/sqlite3
 
+USES=		autoreconf cpe gmake libtool pkgconfig
+USE_APACHE=	22+
 USE_GITHUB=	yes
 GH_ACCOUNT=	bmuller
 
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
-
-USE_APACHE=	22+
-USES=		autoreconf cpe gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}
+CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
 CPE_VENDOR=	findingscience
-
-CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${APXS} -i|$${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i|' \


More information about the svn-ports-all mailing list