aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2021-03-02 08:41:47 +0000
committerAlex Kozlov <ak@FreeBSD.org>2021-03-02 08:41:47 +0000
commit3a881e011aac184218ffe6bcf90bab8c94a1b6cc (patch)
treee9f0ce0538581a911a96d08699e005306ffcad7f /print
parentbb574411cf32e62796dbe80fb4b7fa797ec640ed (diff)
downloadports-3a881e011aac184218ffe6bcf90bab8c94a1b6cc.tar.gz
ports-3a881e011aac184218ffe6bcf90bab8c94a1b6cc.zip
- Remove commented out and obsolete USE_APACHE and USE_AUTOTOOLS, fix typo USE_PHP_= -> USE_PHP+=
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=566940
Diffstat (limited to 'print')
-rw-r--r--print/openprinting/Makefile2
1 files changed, 0 insertions, 2 deletions
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