Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 10:44:51 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501372 - head/security/p5-PGP
Message-ID:  <201905121044.x4CAipun025279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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