- Remove commented out and obsolete USE_APACHE and USE_AUTOTOOLS, fix typo USE_PHP_= -> USE_PHP+=

Approved by:	portmgr blanket
This commit is contained in:
Alex Kozlov 2021-03-02 08:41:47 +00:00
parent bb574411cf
commit 3a881e011a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566940
3 changed files with 1 additions and 4 deletions

View file

@ -46,7 +46,7 @@ SQLITE_USE= php=sqlite3
.include <bsd.port.options.mk>
.if ${FLAVOR} != php80
USE_PHP_= xmlrpc
USE_PHP+= xmlrpc
.endif
do-install:

View file

@ -12,7 +12,6 @@ LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES=autoreconf
#USE_AUTOMAKE= yes
USE_GITHUB= yes
GH_ACCOUNT= resurrecting-open-source-projects
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}

View file

@ -39,8 +39,6 @@ LIBS+= -L${LOCALBASE}/lib -lintl
# NOTE: This has only been tested with www/apache20, with integrated APR.
.if defined(WITH_MOD_IPP)
IGNORE= no supported apache versions available
#USE_APACHE= 20
#CONFIGURE_ARGS+=--with-apache=${LOCALBASE}
.else
CONFIGURE_ARGS+=--without-apache
.endif