diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-30 17:21:12 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-30 17:21:12 +0800 |
commit | 3dbfeca2d41a232957850ac1bc4d15df11391d23 (patch) | |
tree | e7e2d22acf9c404fb7fd617403c69a4b403653fa /security | |
parent | d22e7e5b322771d09b8b108368143195e0f387c0 (diff) | |
download | freebsd-ports-gnome-3dbfeca2d41a232957850ac1bc4d15df11391d23.tar.gz freebsd-ports-gnome-3dbfeca2d41a232957850ac1bc4d15df11391d23.tar.zst freebsd-ports-gnome-3dbfeca2d41a232957850ac1bc4d15df11391d23.zip |
Remove optional dependencies and comments related to the removal of
security/pgp6
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index c95239079167..c320ef61d233 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -26,7 +26,6 @@ MAN3= PGP::Sign.3 # Currently useful values for DEFAULTPGP are: # PGP2 - PGP 2.6.* or a reasonable facsimile thereof # PGP5 - PGP 5 or a work-alike -# PGP6 - PGP 6.5 (effectively the same as PGP2) # GPG - Gnu Privacy Guard .ifndef DEFAULTPGP @@ -48,9 +47,6 @@ PGPS!= which pgps || ${ECHO} ${PREFIX}/bin/pgps .ifndef PGPV PGPV!= which pgpv || ${ECHO} ${PREFIX}/bin/pgpv .endif -.elif (${DEFAULTPGP} == PGP6) -RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp6 -PGPSTYLE?= PGP6 .ifndef PGP PGP!= which pgp || ${ECHO} ${PREFIX}/bin/pgp .endif |