diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-29 18:51:30 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-29 18:51:30 +0000 |
commit | c6e7f6d028665593b5a7b1399e2a0f6ab35067b5 (patch) | |
tree | b8a857f7e2bbeaa53e47686e2e30e54fba7225d5 /www/aws-demos | |
parent | 5de02f22081ffc2529142bee18efe62c6f02f500 (diff) | |
download | ports-c6e7f6d028665593b5a7b1399e2a0f6ab35067b5.tar.gz ports-c6e7f6d028665593b5a7b1399e2a0f6ab35067b5.zip |
Notes
Diffstat (limited to 'www/aws-demos')
-rw-r--r-- | www/aws-demos/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index bdbb78ce942a..029ec167e389 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -3,6 +3,7 @@ PORTNAME= aws PORTVERSION= 17.0.0 +PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= -demos @@ -32,6 +33,8 @@ OPTIONS_DEFINE= SSL LDAP OPTIONS_DEFAULT= SSL OPTIONS_SUB= yes +SSL_USES= ssl + DEMO_DIRS+= auth DEMO_DIRS+= autobahn DEMO_DIRS+= cert @@ -69,8 +72,6 @@ DEMO_DIRS+= zdemo .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} -USES+= ssl -WITH_OPENSSL_PORT= yes CONF_ARGS+= SOCKET=openssl DEMO_DIRS+= agent DEMO_DIRS+= runme |