svn commit: r421064 - head/security/softhsm

Mathieu Arnold mat at FreeBSD.org
Mon Aug 29 15:00:44 UTC 2016


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.*


More information about the svn-ports-all mailing list