Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 15:00:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421064 - head/security/softhsm
Message-ID:  <201608291500.u7TF0hZ0068200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 29 15:00:43 2016
New Revision: 421064
URL: https://svnweb.freebsd.org/changeset/ports/421064

Log:
  Fix build on 11, when using OpenSSL from ports.
  
  Sponsored by:	Absolight

Modified:
  head/security/softhsm/Makefile   (contents, props changed)

Modified: head/security/softhsm/Makefile
==============================================================================
--- head/security/softhsm/Makefile	Mon Aug 29 14:53:01 2016	(r421063)
+++ head/security/softhsm/Makefile	Mon Aug 29 15:00:43 2016	(r421064)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
 		--localstatedir=/var
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		libtool ssl
 USE_LDCONFIG=	yes
 
 CONFLICTS=	softhsm2-2.0.*



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