summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-07-19 18:21:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-07-19 18:21:22 +0000
commit4c263cafbcedb1009bad96b6326b19a6bd379e68 (patch)
treecbebcbe56ebb1d2b0cb186a14a02c84ab672f3d6
parentFix typo: s/cjkcodecs/py-cjkcodecs/ (diff)
Add pgp5 support, as the pgp6 port is marked broken.
Notes
Notes: svn path=/head/; revision=85205
-rw-r--r--news/tin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index e97cd8c56bf7..fe295771428d 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -61,6 +61,10 @@ CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg \
RUN_DEPENDS+= pgp:${PORTSDIR}/security/pgp6
CONFIGURE_ARGS+= --with-pgp=${PREFIX}/bin/pgp \
--without-pgpk --without-gpg
+.elif defined(WITH_TIN_PGP5) || exists(${LOCALBASE}/bin/pgpk)
+RUN_DEPENDS+= pgpk:${PORTSDIR}/security/pgp5
+CONFIGURE_ARGS+= --with-pgpk=${PREFIX}/bin/pgpk \
+ --without-pgp --without-gpg
.else
CONFIGURE_ARGS+= --disable-pgp-gpg
.endif