diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/mimetex | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) | |
download | ports-19fe40753d31ba0d91325ae15897602b2531875a.tar.gz ports-19fe40753d31ba0d91325ae15897602b2531875a.zip |
Notes
Diffstat (limited to 'www/mimetex')
-rw-r--r-- | www/mimetex/Makefile | 4 |
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}/,,}" |