diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-08 14:54:36 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-08 14:54:36 +0000 |
commit | 7e4349e83be4e8cfe44dc8c7a6c018c8392a44c0 (patch) | |
tree | 19adf81bcc1dbee1cd91aaf35736204870c62317 /www/libmicrohttpd | |
parent | 627640cdd605fc0d1694f96c0d12a0f288fad35b (diff) |
Notes
Diffstat (limited to 'www/libmicrohttpd')
-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 \ |