aboutsummaryrefslogtreecommitdiffstats
path: root/www/retawq/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
committernovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
commit5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch)
tree683ed62f664c817907d3fab5b672f06abba3433f /www/retawq/Makefile
parent83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff)
downloadfreebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.gz
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.zst
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.zip
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Diffstat (limited to 'www/retawq/Makefile')
-rw-r--r--www/retawq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index 55cd23a6152a..508e57dfa2c5 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= retawq
DISTVERSION= 0.2.6c
-PORTREVISION= 3
+PORTREVISION= 4
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.26:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes