pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt4



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 17 15:31:43 UTC 2020

Modified Files:
        pkgsrc/devel/rt4: Makefile

Log Message:
(devel/rt4) Add DEPENDS+= p5-Sub-HandlesVia-[0-9]* to fix package


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/rt4/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/rt4/Makefile
diff -u pkgsrc/devel/rt4/Makefile:1.31 pkgsrc/devel/rt4/Makefile:1.32
--- pkgsrc/devel/rt4/Makefile:1.31      Fri Nov 22 13:01:38 2019
+++ pkgsrc/devel/rt4/Makefile   Fri Apr 17 15:31:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/11/22 13:01:38 mef Exp $
+# $NetBSD: Makefile,v 1.32 2020/04/17 15:31:43 mef Exp $
 
 DISTNAME=      rt-4.2.16
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
@@ -149,6 +149,9 @@ DEPENDS+=   p5-Convert-Color-[0-9]*:../../
 
 DEPENDS+=      p5-Text-Reform-[0-9]*:../../textproc/p5-Text-Reform
 
+DEPENDS+=      p5-Sub-HandlesVia-[0-9]*:../../devel/p5-Sub-HandlesVia
+
+
 .include "dirs.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index