svn commit: r351897 - head/security/d0_blind_id

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 23 01:04:25 UTC 2014


Author: amdmi3
Date: Wed Apr 23 01:04:24 2014
New Revision: 351897
URL: http://svnweb.freebsd.org/changeset/ports/351897
QAT: https://qat.redports.org/buildarchive/r351897/

Log:
  - Add missing USE_OPENSSL
  
  PR:		187989
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/security/d0_blind_id/Makefile

Modified: head/security/d0_blind_id/Makefile
==============================================================================
--- head/security/d0_blind_id/Makefile	Wed Apr 23 01:03:16 2014	(r351896)
+++ head/security/d0_blind_id/Makefile	Wed Apr 23 01:04:24 2014	(r351897)
@@ -16,6 +16,7 @@ GH_COMMIT=	ff1ce7e
 
 CONFIGURE_ARGS=	--with-openssl
 USE_LDCONFIG=	yes
+USE_OPENSSL=	yes
 
 USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
 AUTOMAKE_ARGS=	--add-missing


More information about the svn-ports-all mailing list