pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh Requires libiconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89c9ab03109
branches:  trunk
changeset: 361371:a89c9ab03109
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 20 09:12:05 2017 +0000

description:
Requires libiconv.

diffstat:

 shells/zsh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 1194be60f0db -r a89c9ab03109 shells/zsh/Makefile
--- a/shells/zsh/Makefile       Thu Apr 20 09:06:34 2017 +0000
+++ b/shells/zsh/Makefile       Thu Apr 20 09:12:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2017/01/29 05:31:13 mef Exp $
+# $NetBSD: Makefile,v 1.78 2017/04/20 09:12:05 jperkin Exp $
 
 .include "../../shells/zsh/Makefile.common"
 
@@ -31,4 +31,5 @@
 SUBST_SED.prefix-fixup+=       -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
 SUBST_SED.prefix-fixup+=       -e 's|^\#\! zsh|\#\! ${PREFIX}/bin/zsh|g'
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index