diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
commit | 34ae7a3272e52dd2cae80e75d00728ed2c75bd5d (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /security/p5-PGP | |
parent | 6db4bdcb5acbdcee70a2e5c661552d2ed4795d1f (diff) | |
download | freebsd-ports-gnome-34ae7a3272e52dd2cae80e75d00728ed2c75bd5d.tar.gz freebsd-ports-gnome-34ae7a3272e52dd2cae80e75d00728ed2c75bd5d.tar.zst freebsd-ports-gnome-34ae7a3272e52dd2cae80e75d00728ed2c75bd5d.zip |
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Diffstat (limited to 'security/p5-PGP')
-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 d748fa701b8e..1eef688eb9f0 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= pgpin:${PORTSDIR}/security/pgpin PORTSCOUT= skipv:1.0 -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 USES= perl5 USE_PERL5= configure |