aboutsummaryrefslogtreecommitdiff
path: root/www/aws-demos
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-04 10:01:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-04 10:01:09 +0000
commit04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39 (patch)
tree78417e9166c5257afcc507a7fb6f1fcc85a5991d /www/aws-demos
parent022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa (diff)
downloadports-04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39.tar.gz
ports-04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39.zip
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=418011
Diffstat (limited to 'www/aws-demos')
-rw-r--r--www/aws-demos/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile
index 97f05bc2e233..bdbb78ce942a 100644
--- a/www/aws-demos/Makefile
+++ b/www/aws-demos/Makefile
@@ -69,7 +69,8 @@ DEMO_DIRS+= zdemo
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
-LIB_DEPENDS+= libssl.so:security/openssl
+USES+= ssl
+WITH_OPENSSL_PORT= yes
CONF_ARGS+= SOCKET=openssl
DEMO_DIRS+= agent
DEMO_DIRS+= runme