diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 09:44:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 09:44:39 +0800 |
commit | 26a7a9ea04b7a7b5a25e1f844627906eb6b66038 (patch) | |
tree | 3a71f5fb2ffafe61c115ab2a90447b9d374a61b8 /www/retawq/Makefile | |
parent | c444b8e6132b935c41665622e96402c79fd84e4d (diff) | |
download | freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.gz freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.zst freebsd-ports-gnome-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.zip |
Chase the gnutls shared lib version.
Pointy hat to: sergei
Diffstat (limited to 'www/retawq/Makefile')
-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 4db7c9af29ad..cb20c850bd20 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.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |