diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2016-01-13 05:39:29 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2016-01-13 05:39:29 +0000 |
commit | b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9 (patch) | |
tree | 3d595ef399c51ba23f7da95709d01e334329514b /www/h2o | |
parent | 8da7c5157efa2471c84279c366d7445ad37f9d77 (diff) |
Notes
Diffstat (limited to 'www/h2o')
-rw-r--r-- | www/h2o/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/h2o/Makefile b/www/h2o/Makefile index 8153146d84f1..a2b0f59a800c 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -3,6 +3,7 @@ PORTNAME= h2o PORTVERSION= 1.6.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -45,10 +46,10 @@ CMAKE_ARGS+= -DEXTRA_LIBRARIES=OFF -DWITHOUT_LIBS=ON .if ${PORT_OPTIONS:MLIBRESSL} CMAKE_ARGS+= -DWITH_BUNDLED_SSL=ON -USE_OPENSSL_PORT= no +WITH_OPENSSL_PORT= no .else CMAKE_ARGS+= -DWITH_BUNDLED_SSL=OFF -USE_OPENSSL_PORT= yes +WITH_OPENSSL_PORT= yes .endif post-patch: |