aboutsummaryrefslogtreecommitdiff
path: root/www/retawq
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
commit95eecf16e69745980390ef202f67ec4d0e09f051 (patch)
treec85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /www/retawq
parent3ee84121a1253dd584be4ba3370807c75363b68b (diff)
downloadports-95eecf16e69745980390ef202f67ec4d0e09f051.tar.gz
ports-95eecf16e69745980390ef202f67ec4d0e09f051.zip
Notes
Diffstat (limited to 'www/retawq')
-rw-r--r--www/retawq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index 39fffeb5d45e..55cd23a6152a 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= retawq
DISTVERSION= 0.2.6c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +34,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes