diff options
Diffstat (limited to 'www/mod_gnutls')
-rw-r--r-- | www/mod_gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 2747f78c1bb9..f5924e4b22e2 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -15,7 +15,7 @@ COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption f LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_AUTOTOOLS= libtool |