diff options
Diffstat (limited to 'www/mimetex/Makefile')
-rw-r--r-- | www/mimetex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mimetex/Makefile b/www/mimetex/Makefile index 6933723a6b79..35415b6a247b 100644 --- a/www/mimetex/Makefile +++ b/www/mimetex/Makefile @@ -7,6 +7,7 @@ PORTNAME= mimetex PORTVERSION= 20080906.1.70 +PORTREVISION= 1 CATEGORIES= www math MASTER_SITES= http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/ \ http://www.forkosh.com/ @@ -17,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= yes +USE_APACHE= 1.3+ USE_ZIP= yes FETCH_CMD= /usr/bin/fetch -rR # see PR bin/76134 |