svn commit: r421705 - head/devel/objecthash

John Marino marino at FreeBSD.org
Sat Sep 10 15:47:23 UTC 2016


Author: marino
Date: Sat Sep 10 15:47:22 2016
New Revision: 421705
URL: https://svnweb.freebsd.org/changeset/ports/421705

Log:
  devel/objecthash: document SSL requirement

Modified:
  head/devel/objecthash/Makefile

Modified: head/devel/objecthash/Makefile
==============================================================================
--- head/devel/objecthash/Makefile	Sat Sep 10 15:41:40 2016	(r421704)
+++ head/devel/objecthash/Makefile	Sat Sep 10 15:47:22 2016	(r421705)
@@ -12,13 +12,12 @@ COMMENT=	Cross-language way to cryptogra
 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 <bsd.port.mk>


More information about the svn-ports-head mailing list