diff options
author | John Marino <marino@FreeBSD.org> | 2016-10-04 20:04:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-10-04 20:04:01 +0000 |
commit | 080c697cfee6b43762fb823e1ef8daadbcadd043 (patch) | |
tree | cf545fb9060d31c5cc9c01f8c47974dd573216b1 /www/aws | |
parent | 53302898b760d13e10c8df3a7b04676fbf9e01ef (diff) | |
download | ports-080c697cfee6b43762fb823e1ef8daadbcadd043.tar.gz ports-080c697cfee6b43762fb823e1ef8daadbcadd043.zip |
Notes
Diffstat (limited to 'www/aws')
-rw-r--r-- | www/aws/Makefile | 8 |
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> |