1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add pgp5 support, as the pgp6 port is marked broken.

This commit is contained in:
David E. O'Brien 2003-07-19 18:21:22 +00:00
parent f718fcdacf
commit 4c263cafbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85205

View File

@ -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