diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:11:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:11:16 +0000 |
commit | 266d9da5d973485a690746f1f59bead01e382e87 (patch) | |
tree | 0d9735f002345ab1f399552983c6a61500bd8b4e /www | |
parent | 11f73902ab9722a9feaa2ffee3c80ec3439efc25 (diff) | |
download | freebsd-ports-266d9da5d973485a690746f1f59bead01e382e87.zip |
- Use USES=localbase
- Cleanup Makefile
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 0ee340beaaec..b0187545805f 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -29,28 +29,24 @@ CONFIGURE_ARGS= --disable-python-bindings \ --enable-app \ --enable-examples \ --with-spdylay -CONFIGURE_ENV= LIBEV_CFLAGS="-I${LOCALBASE}/include" \ - LIBEV_LIBS="-L${LOCALBASE}/lib -lev" \ - OPENSSL_CFLAGS="-I${OPENSSLINC}" \ +CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -LIBS+= -L${LOCALBASE}/lib -lev USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gmake libtool localbase pathfix pkgconfig tar:xz PORTDATA= fetch-ocsp-response PORTDOCS= * ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no -ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost=${LOCALBASE} --with-boost-asio --with-boost-system --with-boost-thread +ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs ASIO_RUN_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs HPACK_CONFIGURE_ENABLE= hpack-tools |