From 7b35a0151813031073b1dbac840d100a0c7339c3 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 10 Sep 2016 15:47:22 +0000 Subject: devel/objecthash: document SSL requirement --- devel/objecthash/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile index 29238724d1eb..73321be4ffef 100644 --- a/devel/objecthash/Makefile +++ b/devel/objecthash/Makefile @@ -12,13 +12,12 @@ COMMENT= Cross-language way to cryptographically hash JSON objects LICENSE= APACHE20 BROKEN_powerpc64= Does not build +BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x LIB_DEPENDS= libicudata.so:devel/icu \ libjson-c.so:devel/json-c -BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x - -USES= pkgconfig +USES= pkgconfig ssl USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= benlaurie @@ -30,7 +29,7 @@ ALL_TARGET= libobjecthash.so PLIST_FILES= include/objecthash.h lib/libobjecthash.so do-install: - ${INSTALL_LIB} ${WRKSRC}/libobjecthash.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/objecthash.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_LIB} ${WRKSRC}/libobjecthash.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/objecthash.h ${STAGEDIR}${PREFIX}/include .include -- cgit