diff options
Diffstat (limited to 'www/libmicrohttpd/Makefile')
-rw-r--r-- | www/libmicrohttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 398e66048228..df0c583c6568 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -23,8 +23,8 @@ CPE_VENDOR= gnu OPTIONS_DEFINE= GNUTLS -GNUTLS_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= libgcrypt-prefix=${LOCALBASE} gnutls=${LOCALBASE} GNUTLS_CONFIGURE_ENABLE=https |