From 265500d7d8b65ca413aaee2904fbc7a95b74bc17 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 22 Dec 2006 02:51:16 +0000 Subject: - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg, depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume --- security/p5-Module-Signature/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/p5-Module-Signature/Makefile') diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 79503c7e536e..140767a17cc7 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -7,7 +7,7 @@ PORTNAME= Module-Signature PORTVERSION= 0.55 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -18,7 +18,7 @@ COMMENT= Module signature file manipulation BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ - ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 + ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit v1.2.3