svn commit: r421786 - head/security/openca-tools-forked

John Marino marino at FreeBSD.org
Sun Sep 11 04:06:30 UTC 2016


Author: marino
Date: Sun Sep 11 04:06:29 2016
New Revision: 421786
URL: https://svnweb.freebsd.org/changeset/ports/421786

Log:
  security/openca-tools-forked: Configure SSL base properly
  
  Approved by:	SSL blanket

Modified:
  head/security/openca-tools-forked/Makefile

Modified: head/security/openca-tools-forked/Makefile
==============================================================================
--- head/security/openca-tools-forked/Makefile	Sun Sep 11 04:04:12 2016	(r421785)
+++ head/security/openca-tools-forked/Makefile	Sun Sep 11 04:06:29 2016	(r421786)
@@ -16,8 +16,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	openxpki
 
 GNU_CONFIGURE=	yes
-USES=		gmake perl5
-USE_OPENSSL=	yes
+USES=		gmake perl5 ssl
+
+CONFIGURE_ARGS+=	--with-openssl-prefix=${OPENSSLBASE}
 
 # security/openssl already has a verify.1 manpage.
 post-stage:


More information about the svn-ports-all mailing list