aboutsummaryrefslogtreecommitdiffstats
path: root/www/mimetex
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 /www/mimetex
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 'www/mimetex')
-rw-r--r--www/mimetex/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mimetex/Makefile b/www/mimetex/Makefile
index 72efb7a94176..228f8341355f 100644
--- a/www/mimetex/Makefile
+++ b/www/mimetex/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= A CGI script that lets you embed LaTeX math in your HTML pages
NO_WRKSUBDIR= yes
-USE_APACHE= 13+
+USE_APACHE= 20+
USE_ZIP= yes
.include <bsd.port.pre.mk>
@@ -30,9 +30,7 @@ CGI_BIN= ${WWWDIR}/cgi-bin
CGI_PRG= ${PORTNAME}.cgi
WWW_DIR= ${WWWDIR}/data
-.if ${APACHE_VERSION} > 13
PLIST_DIRSTRY+= www/cgi-bin www/data
-.endif
PLIST_SUB= CGI_BIN="${CGI_BIN:S,^${PREFIX}/,,}" \
WWW_DIR="${WWW_DIR:S,^${PREFIX}/,,}"