diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 02:58:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 02:58:12 +0000 |
commit | a80b1cfb5cff4ec1a5205123608ddadb7710d7a3 (patch) | |
tree | d87d7e0b93e58ae8d2a7b3fa59fcc8291de4d17f /net/libgnetwork | |
parent | 6efbd17d98ed145b5d57d0d2fe32e3bf3238c580 (diff) | |
download | ports-a80b1cfb5cff4ec1a5205123608ddadb7710d7a3.tar.gz ports-a80b1cfb5cff4ec1a5205123608ddadb7710d7a3.zip |
Notes
Diffstat (limited to 'net/libgnetwork')
-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 |