diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-09 10:58:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-09 10:58:12 +0800 |
commit | c5d352aeeffe65c62c963bd4e3aad5716e5cb8c3 (patch) | |
tree | b9c7b61b18353e84aba6e64b474ba45e76dff4ec | |
parent | 42079805e03a1a7ea618f0769c06b8e564db8db7 (diff) | |
download | freebsd-ports-gnome-c5d352aeeffe65c62c963bd4e3aad5716e5cb8c3.tar.gz freebsd-ports-gnome-c5d352aeeffe65c62c963bd4e3aad5716e5cb8c3.tar.zst freebsd-ports-gnome-c5d352aeeffe65c62c963bd4e3aad5716e5cb8c3.zip |
Use the correct GnuTLS shared lib version.
Reported by: bento via kris
-rw-r--r-- | net/libgnetwork/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 8ca78d5e5541..0f93345cdea6 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-ssl=gnutls .else CONFIGURE_ARGS+=--enable-ssl=no |