svn commit: r430074 - head/security/acme-client

Bernard Spil brnrd at FreeBSD.org
Fri Dec 30 21:55:23 UTC 2016


Author: brnrd
Date: Fri Dec 30 21:55:22 2016
New Revision: 430074
URL: https://svnweb.freebsd.org/changeset/ports/430074

Log:
  security/acme-client: Fix build for SSL_DEFAULT=libressl
  
    - Add USES= ssl
      - Tested on vanilla 103amd64 with SSL_DEFAULT=base and =libressl
  
  Reported by:	adamw

Modified:
  head/security/acme-client/Makefile

Modified: head/security/acme-client/Makefile
==============================================================================
--- head/security/acme-client/Makefile	Fri Dec 30 21:54:51 2016	(r430073)
+++ head/security/acme-client/Makefile	Fri Dec 30 21:55:22 2016	(r430074)
@@ -13,7 +13,7 @@ COMMENT=	Native C client for Let's Encry
 
 LICENSE=	ISCL
 
-USES=		gmake tar:tgz
+USES=		gmake tar:tgz ssl
 
 MAKEFILE=	GNUmakefile
 MAKE_ENV=	PREFIX=${STAGEDIR}/${PREFIX}


More information about the svn-ports-all mailing list