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:   wiz
Date:           Sat Sep 26 12:41:02 UTC 2020

Modified Files:
        pkgsrc/editors/zile: Makefile

Log Message:
zile: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/editors/zile/Makefile:1.38
--- pkgsrc/editors/zile/Makefile:1.37   Sat Sep 26 12:08:43 2020
+++ pkgsrc/editors/zile/Makefile        Sat Sep 26 12:41:02 2020
@@ -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 @@ CONFIGURE_ARGS+=      --disable-silent-rules
 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