diff options
Diffstat (limited to 'security/p5-PGP-Sign/Makefile')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index 0c930aa..a9b1211 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -26,11 +26,11 @@ OPTIONS_SINGLE= DEFAULTPGP OPTIONS_SINGLE_DEFAULTPGP= GNUPG PGP2 OPTIONS_DEFAULT= GNUPG PGP2_DESC= PGP2 support -GNUPG_BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +GNUPG_BUILD_DEPENDS= gpg:security/gnupg GNUPG_CONFIGURE_ON= PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG -GNUPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -PGP2_BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +GNUPG_RUN_DEPENDS= gpg:security/gnupg +PGP2_BUILD_DEPENDS= pgp:security/pgp PGP2_CONFIGURE_ON= PGP=${LOCALBASE}/bin/pgp PGPSTYLE=PGP2 -PGP2_RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp +PGP2_RUN_DEPENDS= pgp:security/pgp .include <bsd.port.mk> |