diff options
author | tobez <tobez@FreeBSD.org> | 2005-05-27 22:35:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-05-27 22:35:53 +0800 |
commit | 871cd739efab3f67771d80568d1d0957236d95c9 (patch) | |
tree | 7b9421e2a0da70fcba92a940f8c92ec0b1973d28 | |
parent | ff3b4b148cb74724c71f0ca109311f74ece3b5ad (diff) | |
download | freebsd-ports-gnome-871cd739efab3f67771d80568d1d0957236d95c9.tar.gz freebsd-ports-gnome-871cd739efab3f67771d80568d1d0957236d95c9.tar.zst freebsd-ports-gnome-871cd739efab3f67771d80568d1d0957236d95c9.zip |
Build mathopd with sendfile support, bump portrevision.
-rw-r--r-- | www/mathopd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile index 6895bde45929..ecbb3eb9db5e 100644 --- a/www/mathopd/Makefile +++ b/www/mathopd/Makefile @@ -7,11 +7,13 @@ PORTNAME= mathopd PORTVERSION= 1.5p4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.mathopd.org/dist/ MAINTAINER= tobez@FreeBSD.org COMMENT= A very small, yet very fast HTTP server +CFLAGS+= -DFREEBSD_SENDFILE DOCS= CHANGES cgi.txt config.txt running.txt sample.cfg syntax.txt |