svn commit: r421942 - head/security/starttls

John Marino marino at FreeBSD.org
Mon Sep 12 17:49:01 UTC 2016


Author: marino
Date: Mon Sep 12 17:48:59 2016
New Revision: 421942
URL: https://svnweb.freebsd.org/changeset/ports/421942

Log:
  security/starttls: Add support for any SSL base
  
  Approved by:	SSL blanket

Modified:
  head/security/starttls/Makefile

Modified: head/security/starttls/Makefile
==============================================================================
--- head/security/starttls/Makefile	Mon Sep 12 17:26:26 2016	(r421941)
+++ head/security/starttls/Makefile	Mon Sep 12 17:48:59 2016	(r421942)
@@ -10,8 +10,8 @@ MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake ssl
 USE_EMACS=	yes
-USE_OPENSSL=	yes
+CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list