aboutsummaryrefslogtreecommitdiff
path: root/www/h2o/Makefile
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2016-01-13 05:39:29 +0000
committerAlex Kozlov <ak@FreeBSD.org>2016-01-13 05:39:29 +0000
commitb1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9 (patch)
tree3d595ef399c51ba23f7da95709d01e334329514b /www/h2o/Makefile
parent8da7c5157efa2471c84279c366d7445ad37f9d77 (diff)
downloadports-b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9.tar.gz
ports-b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9.zip
- Remove unused USE_* knobs:
databases/mysql57-server games/kajongg textproc/ruby-htree - Fix typos in USE_* knobs: graphics/fortytwo math/hexcalc misc/gnustep-examples www/h2o - Remove unused BROKEN_alpha knob: devel/directfb - Remove user-settable knob: multimedia/tovid Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=406010
Diffstat (limited to 'www/h2o/Makefile')
-rw-r--r--www/h2o/Makefile5
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: