aboutsummaryrefslogtreecommitdiff
path: root/www/retawq
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-01-02 08:54:13 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-01-02 08:54:13 +0000
commit3d0dcc46ab28c7878935e64dfe02556912e62702 (patch)
tree181d1b6872876f32cf58ed1d2d107df2d1644a6a /www/retawq
parent47f7062f8daf1af7f064d90f971d4749a42363e2 (diff)
downloadports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz
ports-3d0dcc46ab28c7878935e64dfe02556912e62702.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 0137de13c463..39fffeb5d45e 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= retawq
DISTVERSION= 0.2.6c
-PORTREVISION= 1
+PORTREVISION= 2
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.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes