mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update ordering of variables
Reported by: mat@
This commit is contained in:
parent
46e179ed87
commit
0a580681cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449779
1 changed files with 3 additions and 5 deletions
|
@ -19,20 +19,18 @@ BROKEN_powerpc64= Does not build
|
||||||
LIB_DEPENDS= libopkele.so:devel/libopkele \
|
LIB_DEPENDS= libopkele.so:devel/libopkele \
|
||||||
libsqlite3.so:databases/sqlite3
|
libsqlite3.so:databases/sqlite3
|
||||||
|
|
||||||
|
USES= autoreconf cpe gmake libtool pkgconfig
|
||||||
|
USE_APACHE= 22+
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= bmuller
|
GH_ACCOUNT= bmuller
|
||||||
|
|
||||||
PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so
|
PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so
|
||||||
|
|
||||||
USE_APACHE= 22+
|
|
||||||
USES= autoreconf cpe gmake libtool pkgconfig
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-pcre=${LOCALBASE}
|
CONFIGURE_ARGS= --with-pcre=${LOCALBASE}
|
||||||
|
CFLAGS+= -I${LOCALBASE}/include -I/usr/include/openssl
|
||||||
|
|
||||||
CPE_VENDOR= findingscience
|
CPE_VENDOR= findingscience
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include -I/usr/include/openssl
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|$${APXS} -i|$${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i|' \
|
@${REINPLACE_CMD} -e 's|$${APXS} -i|$${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i|' \
|
||||||
${WRKSRC}/src/Makefile.am
|
${WRKSRC}/src/Makefile.am
|
||||||
|
|
Loading…
Add table
Reference in a new issue