pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/fish fish: Requires libtool.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb765f323ffd
branches:  trunk
changeset: 370976:fb765f323ffd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 30 10:48:22 2017 +0000

description:
fish: Requires libtool.

diffstat:

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

diffs (17 lines):

diff -r c048a0a967f2 -r fb765f323ffd shells/fish/Makefile
--- a/shells/fish/Makefile      Mon Oct 30 10:11:19 2017 +0000
+++ b/shells/fish/Makefile      Mon Oct 30 10:48:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/10/25 14:47:40 maya Exp $
+# $NetBSD: Makefile,v 1.15 2017/10/30 10:48:22 jperkin Exp $
 
 DISTNAME=              fish-2.6.0
 PKGREVISION=           3
@@ -13,6 +13,7 @@
 EXTRACT_USING=         gtar
 
 USE_LANGUAGES+=                c c++
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-xsel



Home | Main Index | Thread Index | Old Index