diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-01-15 20:00:09 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-01-15 20:00:09 +0000 |
commit | 34ae7a3272e52dd2cae80e75d00728ed2c75bd5d (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /security/pgp | |
parent | 6db4bdcb5acbdcee70a2e5c661552d2ed4795d1f (diff) |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 0c9773e7d17a..e0c7d3e85e0d 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -11,7 +11,7 @@ DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 BROKEN_amd64= unable to validate signatures WRKSRC= ${WRKDIR}/src |