Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 15:47:22 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421705 - head/devel/objecthash
Message-ID:  <201609101547.u8AFlMw6097627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101547.u8AFlMw6097627>