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 Nov 22 13:01:38 UTC 2019

Modified Files:
        pkgsrc/devel/rt4: Makefile

Log Message:
(devel/rt4) Fix build by adding DEPENDS+= p5-Text-Reform


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/devel/rt4/Makefile:1.31
--- pkgsrc/devel/rt4/Makefile:1.30      Sun Nov  3 10:39:30 2019
+++ pkgsrc/devel/rt4/Makefile   Fri Nov 22 13:01:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/11/03 10:39:30 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/22 13:01:38 mef Exp $
 
 DISTNAME=      rt-4.2.16
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
@@ -147,6 +147,8 @@ DEPENDS+=   p5-Crypt-X509-[0-9]*:../../sec
 DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color
 
+DEPENDS+=      p5-Text-Reform-[0-9]*:../../textproc/p5-Text-Reform
+
 .include "dirs.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index