aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-01-02 00:47:41 +0800
committerohauer <ohauer@FreeBSD.org>2012-01-02 00:47:41 +0800
commit48837ab16bde31ea9c001422df6073d693256ce1 (patch)
tree64668ce4ec857bdbc987620cd74567b0e5e6f87f /textproc
parent86447a151bfb3c2a9e868307ff3efab5eb72ca61 (diff)
downloadfreebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.gz
freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.zst
freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.zip
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htdig/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile
index 718b91f2d062..603c157b9ed9 100644
--- a/textproc/htdig/Makefile
+++ b/textproc/htdig/Makefile
@@ -39,12 +39,10 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
-USE_APACHE= 13+
+USE_APACHE= 20+
CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin
.include "${PORTSDIR}/Mk/bsd.apache.mk"
-. if ${APACHE_VERSION} > 13
PLIST_DIRSTRY+= www/cgi-bin www/data www/icons
-. endif
.endif
post-patch: