diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-05-12 18:44:50 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-05-12 18:44:50 +0800 |
commit | 424ba1a547dfa006f8962815b61719e731b86fa6 (patch) | |
tree | 4f491949b3e51246c580acd00e040a786e56010c /security | |
parent | e4a0a04e4b73047e82cd8207dec28ecfa19a8a4d (diff) | |
download | freebsd-ports-gnome-424ba1a547dfa006f8962815b61719e731b86fa6.tar.gz freebsd-ports-gnome-424ba1a547dfa006f8962815b61719e731b86fa6.tar.zst freebsd-ports-gnome-424ba1a547dfa006f8962815b61719e731b86fa6.zip |
security/p5-PGP: unbreak on powerpc64
Builds fine on powerpc64
Approved by: mentors (implicit approval)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-PGP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 64df3e8eb945..929a6f4d4773 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -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 |