aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2019-09-01 22:48:46 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2019-09-01 22:48:46 +0000
commitbb401c1a919814987d435cbb1bc670e74f2434e3 (patch)
tree80e6baccb741a3a83384d8aa9b19e5d9937894e4 /www
parent1dade7776399a24224632ba6763269bd3eb85e89 (diff)
downloadports-bb401c1a919814987d435cbb1bc670e74f2434e3.tar.gz
ports-bb401c1a919814987d435cbb1bc670e74f2434e3.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/libevhtp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/libevhtp/Makefile b/www/libevhtp/Makefile
index 21ed6901e71e..261061850e72 100644
--- a/www/libevhtp/Makefile
+++ b/www/libevhtp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libevhtp
PORTVERSION= 1.2.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MAINTAINER= ultima@FreeBSD.org
@@ -19,7 +19,8 @@ USE_GITHUB= yes
GH_ACCOUNT= criticalstack
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/event2 \
- -DCMAKE_LIBRARY_PATH:PATH=lib/event2
+ -DCMAKE_LIBRARY_PATH:PATH=lib/event2 \
+ -DEVHTP_HAS_C99:BOOL=FALSE
PLIST_SUB= PORTVERSION=${PORTVERSION}