aboutsummaryrefslogtreecommitdiff
path: root/www/retawq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/retawq/Makefile')
-rw-r--r--www/retawq/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index 016d1b344dbe..0ab2d81fd5e0 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= retawq
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.6
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,6 +26,11 @@ CONFIGURE_ARGS= --path-archprefix=${PREFIX} --path-prefix=${PREFIX} \
MAN1= retawq.1
+.if defined(WITH_GNUTLS)
+LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls
+CONFIGURE_ARGS+= --enable-tls
+.endif
+
post-configure:
@${REINPLACE_CMD} -e 's|_IN_H 0|_IN_H 1|g ; \
s|_SOCKET_H 0|_SOCKET_H 1|g' ${WRKSRC}/.config