pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-SMIME p5-Crypt-SMIME: add pkg-config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25ddff24f913
branches:  trunk
changeset: 383087:25ddff24f913
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 11 23:23:28 2022 +0000

description:
p5-Crypt-SMIME: add pkg-config to tools to fix build

diffstat:

 security/p5-Crypt-SMIME/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 30034551d82a -r 25ddff24f913 security/p5-Crypt-SMIME/Makefile
--- a/security/p5-Crypt-SMIME/Makefile  Thu Aug 11 18:55:35 2022 +0000
+++ b/security/p5-Crypt-SMIME/Makefile  Thu Aug 11 23:23:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/06/28 11:35:45 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/11 23:23:28 wiz Exp $
 
 DISTNAME=      Crypt-SMIME-0.28
 PKGNAME=       p5-${DISTNAME}
@@ -11,12 +11,14 @@
 COMMENT=       Perl5 S/MIME message signing, verification, encryption and decryption
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_PACKLIST=        auto/Crypt/SMIME/.packlist
-
 BUILD_DEPENDS+=        p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
 BUILD_DEPENDS+=        p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
 TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 
+USE_TOOLS+=    pkg-config
+
+PERL5_PACKLIST=        auto/Crypt/SMIME/.packlist
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index