summaryrefslogtreecommitdiff
path: root/www/retawq
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
commit26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch)
treeecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /www/retawq
parentUpdate to 1.4.0. (diff)
Chase gnutls shlib version change.
Notes
Notes: svn path=/head/; revision=167068
Diffstat (limited to 'www/retawq')
-rw-r--r--www/retawq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index 0bb3d946be05..65c36b9877c5 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -8,6 +8,7 @@
PORTNAME= retawq
DISTVERSION= 0.2.6c
+PORTREVISION= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -33,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