diff options
-rw-r--r-- | www/libmicrohttpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index dcd9241ccd31..93889af52a5f 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -15,10 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix +USES= cpe libtool pathfix USE_LDCONFIG= yes USE_OPENSSL= yes +CPE_VENDOR= gnu + OPTIONS_DEFINE= GNUTLS GNUTLS_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ |