diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-09 20:42:17 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-09 20:42:17 +0000 |
commit | c671602cb1d0515031961a40798f820d634dd800 (patch) | |
tree | 89465548b29aa431327f8a0f967135fcfc38dbe6 /security/p5-PGP | |
parent | - Add missing USES=libtool (diff) |
security/p5-PGP: unbreak on amd64
changing build dependency from security/pgp to security/pgpin
Approved-By: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Approved-By: mentors (implicit)
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index e813c7aa285d..c086933ea6e0 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -10,12 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Perl5 module to work with PGP messages -BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgpin PORTSCOUT= skipv:1.0 ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 -BROKEN_amd64= dependency broken on amd64 architechture USES= perl5 USE_PERL5= configure |