diff options
author | mef <mef@pkgsrc.org> | 2020-04-17 15:31:43 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-04-17 15:31:43 +0000 |
commit | 0eb598f8dc48a956e277b30fd5dda21472cb1af1 (patch) | |
tree | 69517262fd50f79029142126bc85930c7f6d4209 /devel | |
parent | 631285ab47f5b4d53b7ce5c83dc361a135818b90 (diff) | |
download | pkgsrc-0eb598f8dc48a956e277b30fd5dda21472cb1af1.tar.gz |
(devel/rt4) Add DEPENDS+= p5-Sub-HandlesVia-[0-9]* to fix package
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rt4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index a670dc27052..e4d970e0f80 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -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]*:../../converters/p5-Convert-Color 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" |