pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Function-Parameters



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan 26 21:15:35 UTC 2022

Modified Files:
        pkgsrc/devel/p5-Function-Parameters: Makefile

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Function-Parameters/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-Function-Parameters/Makefile
diff -u pkgsrc/devel/p5-Function-Parameters/Makefile:1.12 pkgsrc/devel/p5-Function-Parameters/Makefile:1.13
--- pkgsrc/devel/p5-Function-Parameters/Makefile:1.12   Mon May 24 19:50:46 2021
+++ pkgsrc/devel/p5-Function-Parameters/Makefile        Wed Jan 26 21:15:35 2022
@@ -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 @@ LICENSE=      ${PERL5_LICENSE}
 
 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