pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Function-Parameters (devel/p5-Function-Parame...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d0c9f417c16
branches:  trunk
changeset: 372538:3d0c9f417c16
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jan 26 21:15:35 2022 +0000

description:
(devel/p5-Function-Parameters) +DEPENDS+= p5-Sub-Name to fix build

I hope this is correct, as not BUILD_DEPENDS, but not tested though, sorry

diffstat:

 devel/p5-Function-Parameters/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 53a2550a33cc -r 3d0c9f417c16 devel/p5-Function-Parameters/Makefile
--- a/devel/p5-Function-Parameters/Makefile     Wed Jan 26 18:46:23 2022 +0000
+++ b/devel/p5-Function-Parameters/Makefile     Wed Jan 26 21:15:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/05/24 19:50:46 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/26 21:15:35 mef Exp $
 
 DISTNAME=      Function-Parameters-2.001003
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,7 @@
 
 DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
 DEPENDS+=      p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
+DEPENDS+=      p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
 # TEST_DEPENDS
 BUILD_DEPENDS+=        p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self
 



Home | Main Index | Thread Index | Old Index