svn commit: r501372 - head/security/p5-PGP

Piotr Kubaj pkubaj at FreeBSD.org
Sun May 12 10:44:52 UTC 2019


Author: pkubaj
Date: Sun May 12 10:44:50 2019
New Revision: 501372
URL: https://svnweb.freebsd.org/changeset/ports/501372

Log:
  security/p5-PGP: unbreak on powerpc64
  
  Builds fine on powerpc64
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/p5-PGP/Makefile

Modified: head/security/p5-PGP/Makefile
==============================================================================
--- head/security/p5-PGP/Makefile	Sun May 12 09:39:03 2019	(r501371)
+++ head/security/p5-PGP/Makefile	Sun May 12 10:44:50 2019	(r501372)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	pgpin:security/pgpin
 
 PORTSCOUT=	skipv:1.0
 
-ONLY_FOR_ARCHS=		amd64 i386 sparc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64 sparc64
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list