diff options
Diffstat (limited to 'www/retawq/Makefile')
-rw-r--r-- | www/retawq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 4db7c9af29ad..cb20c850bd20 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |