pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/zile zile: fix DEPENDS line



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf26700e762c
branches:  trunk
changeset: 439692:bf26700e762c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 26 12:41:02 2020 +0000

description:
zile: fix DEPENDS line

diffstat:

 editors/zile/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47aae31eb3b1 -r bf26700e762c editors/zile/Makefile
--- a/editors/zile/Makefile     Sat Sep 26 12:21:57 2020 +0000
+++ b/editors/zile/Makefile     Sat Sep 26 12:41:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/09/26 12:08:43 mef Exp $
+# $NetBSD: Makefile,v 1.38 2020/09/26 12:41:02 wiz Exp $
 
 DISTNAME=      zile-2.4.14
 #PKGREVISION=  1
@@ -20,7 +20,7 @@
 INFO_FILES=            yes
 
 BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
-BUILD_DEPENDS+=        p5-Locale-Msgfmt:../../devel/p5-Locale-Msgfmt
+BUILD_DEPENDS+=        p5-Locale-Msgfmt-[0-9]*:../../devel/p5-Locale-Msgfmt
 
 # we only want the charset.alias file, so no buildlinkery for libiconv
 DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv



Home | Main Index | Thread Index | Old Index