diff options
author | zi <zi@FreeBSD.org> | 2017-09-13 20:39:10 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-09-13 20:39:10 +0800 |
commit | 02e55d60491dcb3c40cd6d26f7eec832fdd2b65b (patch) | |
tree | 1d15dc04b82954f16be0eae2e03a4125f9ee2ce3 /www | |
parent | 0c37b55aa04546c1ca3e5991fed74f1c11985aab (diff) | |
download | freebsd-ports-gnome-02e55d60491dcb3c40cd6d26f7eec832fdd2b65b.tar.gz freebsd-ports-gnome-02e55d60491dcb3c40cd6d26f7eec832fdd2b65b.tar.zst freebsd-ports-gnome-02e55d60491dcb3c40cd6d26f7eec832fdd2b65b.zip |
- Update ordering of variables
Reported by: mat@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_openid/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 64cc89f60de2..bff140cec83c 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -19,20 +19,18 @@ 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|' \ ${WRKSRC}/src/Makefile.am |