pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/zile (editors/zile) Add missing two of BUILD_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a85c2929c18c
branches:  trunk
changeset: 439690:a85c2929c18c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 26 12:08:43 2020 +0000

description:
(editors/zile) Add missing two of BUILD_DEPENDS

diffstat:

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

diffs (19 lines):

diff -r 41da1fda313c -r a85c2929c18c editors/zile/Makefile
--- a/editors/zile/Makefile     Sat Sep 26 11:35:14 2020 +0000
+++ b/editors/zile/Makefile     Sat Sep 26 12:08:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/08/31 18:09:27 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/09/26 12:08:43 mef Exp $
 
 DISTNAME=      zile-2.4.14
 #PKGREVISION=  1
@@ -19,6 +19,9 @@
 
 INFO_FILES=            yes
 
+BUILD_DEPENDS+=        help2man-[0-9]*:../../converters/help2man
+BUILD_DEPENDS+=        p5-Locale-Msgfmt:../../devel/p5-Locale-Msgfmt
+
 # we only want the charset.alias file, so no buildlinkery for libiconv
 DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
 .include "../../devel/libgetopt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index