diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-26 12:41:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-26 12:41:02 +0000 |
commit | a15f39175d1b1cdb93f623650b737a3901876f4a (patch) | |
tree | 69c57db21d1d8e02f07a3fc5a9f2460b1344a2e2 | |
parent | e7f03dea7f87977490987fb0b70de3080804c313 (diff) | |
download | pkgsrc-a15f39175d1b1cdb93f623650b737a3901876f4a.tar.gz |
zile: fix DEPENDS line
-rw-r--r-- | editors/zile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index ebd79d7ee1c..e68e7ec3e95 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -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 |