aboutsummaryrefslogtreecommitdiffstats
path: root/news/tin
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-09-30 17:21:12 +0800
committerdougb <dougb@FreeBSD.org>2011-09-30 17:21:12 +0800
commit3dbfeca2d41a232957850ac1bc4d15df11391d23 (patch)
treee7e2d22acf9c404fb7fd617403c69a4b403653fa /news/tin
parentd22e7e5b322771d09b8b108368143195e0f387c0 (diff)
downloadfreebsd-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 'news/tin')
-rw-r--r--news/tin/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 27b20e679f5e..dc6f62bcdef2 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -34,8 +34,7 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
TIN_EDITOR?= /usr/bin/ee
-OPTIONS= GNUPG "Enable message signing via GnuPG (no PGP6)" On \
- PGP6 "Enable message signing via PGP6 (no GnuPG)" Off \
+OPTIONS= GNUPG "Enable message signing via GnuPG" On \
ISPELL "Enable spell checking via ispell" On \
METAMAIL "Enable MIME support via metamail" On \
CANLOCK "Enable Cancel-Lock key support via libcanlock" Off \
@@ -79,10 +78,6 @@ CONFIGURE_ARGS+= --enable-nntp-only
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg \
--without-pgp --without-pgpk
-.elifdef WITH_PGP6
-RUN_DEPENDS+= pgp:${PORTSDIR}/security/pgp6
-CONFIGURE_ARGS+= --with-pgp=${PREFIX}/bin/pgp \
- --without-pgpk --without-gpg
.else
CONFIGURE_ARGS+= --disable-pgp-gpg
.endif