aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/postfixadmin/Makefile2
-rw-r--r--net/sniffit/Makefile1
-rw-r--r--print/openprinting/Makefile2
3 files changed, 1 insertions, 4 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index ab0c3c499ead..754b7f86227a 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -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:
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index f32b7c02beda..2d076f7c8b88 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -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}
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile
index 826d009d7ad8..be1cee4a4d9a 100644
--- a/print/openprinting/Makefile
+++ b/print/openprinting/Makefile
@@ -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