pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Entropy



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jan 15 17:44:14 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Data-Entropy: Makefile

Log Message:
devel/p5-Data-Entropy: Fix BUILD_DEPENDS to TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Data-Entropy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Data-Entropy/Makefile
diff -u pkgsrc/devel/p5-Data-Entropy/Makefile:1.1 pkgsrc/devel/p5-Data-Entropy/Makefile:1.2
--- pkgsrc/devel/p5-Data-Entropy/Makefile:1.1   Mon Jan 15 16:33:23 2024
+++ pkgsrc/devel/p5-Data-Entropy/Makefile       Mon Jan 15 17:44:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/15 16:33:23 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/15 17:44:14 gdt Exp $
 
 DISTNAME=      Data-Entropy-0.007
 PKGNAME=       p5-${DISTNAME}
@@ -10,9 +10,8 @@ HOMEPAGE=     https://metacpan.org/pod/Data:
 COMMENT=       Perl module to manage entropy sources
 LICENSE=       ${PERL5_LICENSE}
 
-BUILD_DEPENDS+=        p5-Module-Build>=0:../../devel/p5-Module-Build
-BUILD_DEPENDS+=        p5-Module-Build>=0:../../devel/p5-Module-Build
-BUILD_DEPENDS+=        p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
+TOOL_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build
+TOOL_DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-Carp>=0:../../devel/p5-Carp
 DEPENDS+=      p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
 DEPENDS+=      p5-Params-Classify>=0:../../devel/p5-Params-Classify



Home | Main Index | Thread Index | Old Index