summaryrefslogtreecommitdiff
path: root/www/retawq
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-19 05:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-19 05:36:30 +0000
commit290bceb8f957017918c2137777723dc8dfa4e38e (patch)
treeaa57b1114b7ee3d2cd54a307e15e8693350b9dc8 /www/retawq
parentIn some environments, they cannot java. (diff)
Chase the gnutls shared lib version.
Notes
Notes: svn path=/head/; revision=104584
Diffstat (limited to 'www/retawq')
-rw-r--r--www/retawq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index c0cb992e8709..4db7c9af29ad 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes