svn commit: r384857 - head/security/p5-Crypt-SSLeay

Mathieu Arnold mat at FreeBSD.org
Mon Apr 27 15:35:43 UTC 2015


Author: mat
Date: Mon Apr 27 15:35:42 2015
New Revision: 384857
URL: https://svnweb.freebsd.org/changeset/ports/384857

Log:
  Make non-interactive.
  
  PR:		199354
  Sponsored by:	Absolight

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

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Mon Apr 27 15:29:06 2015	(r384856)
+++ head/security/p5-Crypt-SSLeay/Makefile	Mon Apr 27 15:35:42 2015	(r384857)
@@ -21,5 +21,6 @@ RUN_DEPENDS=	p5-LWP-Protocol-https>=6.02
 USES=		perl5
 USE_PERL5=	configure
 USE_OPENSSL=	yes
+CONFIGURE_ARGS=	--no-live-tests
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list