aboutsummaryrefslogtreecommitdiff
path: root/www/aws
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-04 20:04:01 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-04 20:04:01 +0000
commit080c697cfee6b43762fb823e1ef8daadbcadd043 (patch)
treecf545fb9060d31c5cc9c01f8c47974dd573216b1 /www/aws
parent53302898b760d13e10c8df3a7b04676fbf9e01ef (diff)
downloadports-080c697cfee6b43762fb823e1ef8daadbcadd043.tar.gz
ports-080c697cfee6b43762fb823e1ef8daadbcadd043.zip
www/aws(-demos): IGNORE FreeBSD 9 using base SSL
MFH: 2016Q4
Notes
Notes: svn path=/head/; revision=423299
Diffstat (limited to 'www/aws')
-rw-r--r--www/aws/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile
index 7f25e8f35a4f..083a91b1699d 100644
--- a/www/aws/Makefile
+++ b/www/aws/Makefile
@@ -67,7 +67,11 @@ CONF_ARGS+= ZLIB=true
CONF_ARGS+= ASIS=true
CONF_ARGS+= DEFAULT_LIBRARY_TYPE=static
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
+.endif
###################
## SSL Support ##
@@ -181,4 +185,4 @@ post-install:
cd ${WRKSRC}/gps && ${INSTALL_DATA} *.xml aws.py \
${STAGEDIR}${PREFIX}/share/gps/plug-ins
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>