diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:25:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:25:54 +0800 |
commit | 632ea30c1453c4e76904af9a21d05af9f1111a79 (patch) | |
tree | 9ad9c941adf09186fbee10444340be2424a9b4bd /www/mimetex/Makefile | |
parent | 823761084459d4e4cff87a578b97bbe28470e1d0 (diff) | |
download | freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.tar.gz freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.tar.zst freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.zip |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION
PR: ports/133627
Approved by: maintainer timeout (30 days)
Submitted by: me
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 |