Index: head/www/mod_auth_openid/Makefile =================================================================== --- head/www/mod_auth_openid/Makefile (revision 449778) +++ head/www/mod_auth_openid/Makefile (revision 449779) @@ -1,46 +1,44 @@ # Created by: Sutra Zhou # $FreeBSD$ PORTNAME= mod_auth_openid PORTVERSION= 0.8 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Authentication module for the Apache 2 webserver with OpenID LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING 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 pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so .include