Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 17:52:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425068 - head/security/p5-Crypt-Curve25519
Message-ID:  <201611011752.uA1HqNse061119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  1 17:52:23 2016
New Revision: 425068
URL: https://svnweb.freebsd.org/changeset/ports/425068

Log:
  - Use USES=ssl

Modified:
  head/security/p5-Crypt-Curve25519/Makefile

Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile	Tue Nov  1 17:52:18 2016	(r425067)
+++ head/security/p5-Crypt-Curve25519/Makefile	Tue Nov  1 17:52:23 2016	(r425068)
@@ -14,9 +14,8 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		perl5
-USE_OPENSSL=	yes
 USE_PERL5=	configure
+USES=		perl5 ssl
 
 MAKE_JOBS_UNSAFE=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011752.uA1HqNse061119>