diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-19 18:21:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-19 18:21:22 +0000 |
commit | 4c263cafbcedb1009bad96b6326b19a6bd379e68 (patch) | |
tree | cbebcbe56ebb1d2b0cb186a14a02c84ab672f3d6 /news/tin | |
parent | f718fcdacf651b252dab9348b01a24a296ed0163 (diff) | |
download | ports-4c263cafbcedb1009bad96b6326b19a6bd379e68.tar.gz ports-4c263cafbcedb1009bad96b6326b19a6bd379e68.zip |
Notes
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 4 |
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 |