diff options
Diffstat (limited to 'www/retawq')
-rw-r--r-- | www/retawq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile index f8dda45e131b..6a84dd3af9eb 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -8,6 +8,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6b +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +35,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |