diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 09:54:02 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 09:54:02 +0000 |
commit | 3ab1b8443ec60e4983c4666f0e84cedab20e81d2 (patch) | |
tree | d13723a66084b6936010f3cea6404da7bbcf103b /www/aws/Makefile | |
parent | 63d0ab27e8fc88df6e11d9fb8b37620420285dd1 (diff) | |
download | ports-3ab1b8443ec60e4983c4666f0e84cedab20e81d2.tar.gz ports-3ab1b8443ec60e4983c4666f0e84cedab20e81d2.zip |
Notes
Diffstat (limited to 'www/aws/Makefile')
-rw-r--r-- | www/aws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index 723f7dbdc192..44716fc225dd 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -3,6 +3,7 @@ PORTNAME= aws PORTVERSION= 3.2.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ @@ -76,8 +77,7 @@ LINK_SSL= .endif .if ${PORT_OPTIONS:MGNUTLS} CONF_ARGS+= SOCKET=gnutls -CONF_ARGS+= LPATH=${PREFIX}/lib/gnutls3 -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls3 +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls LINK_TLS= .endif .if ${PORT_OPTIONS:MNOSSL} |