pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/zile



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 26 12:08:43 UTC 2020

Modified Files:
        pkgsrc/editors/zile: Makefile

Log Message:
(editors/zile) Add missing two of BUILD_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/zile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/zile/Makefile
diff -u pkgsrc/editors/zile/Makefile:1.36 pkgsrc/editors/zile/Makefile:1.37
--- pkgsrc/editors/zile/Makefile:1.36   Mon Aug 31 18:09:27 2020
+++ pkgsrc/editors/zile/Makefile        Sat Sep 26 12:08:43 2020
@@ -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 @@ CONFIGURE_ARGS+=      --disable-silent-rules
 
 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