diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-19 13:36:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-19 13:36:30 +0800 |
commit | 71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99 (patch) | |
tree | 95243f2bd770fc427675ccd202bc2016275a6fe6 /www | |
parent | 932168ba33ed62881c1c0faceba54f98bf7c7729 (diff) | |
download | freebsd-ports-gnome-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.tar.gz freebsd-ports-gnome-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.tar.zst freebsd-ports-gnome-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.zip |
Chase the gnutls shared lib version.
Diffstat (limited to 'www')
-rw-r--r-- | www/retawq/Makefile | 2 |
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 |