Date: Wed, 13 Sep 2017 12:39:10 +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: r449779 - head/www/mod_auth_openid Message-ID: <201709131239.v8DCdA50009826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709131239.v8DCdA50009826>