diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2019-09-01 22:48:46 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2019-09-01 22:48:46 +0000 |
commit | bb401c1a919814987d435cbb1bc670e74f2434e3 (patch) | |
tree | 80e6baccb741a3a83384d8aa9b19e5d9937894e4 /www | |
parent | 1dade7776399a24224632ba6763269bd3eb85e89 (diff) | |
download | ports-bb401c1a919814987d435cbb1bc670e74f2434e3.tar.gz ports-bb401c1a919814987d435cbb1bc670e74f2434e3.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/libevhtp/Makefile | 5 |
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} |