diff options
author | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
commit | 8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113 (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /security/p5-PGP | |
parent | a28efa16b143f7c05f0987307231deecc88cd913 (diff) | |
download | freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.gz freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.zst freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.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 |