diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-10-30 10:48:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-10-30 10:48:22 +0000 |
commit | 7e9927852ad988d00b0c39eb7f5d15fcedf54c36 (patch) | |
tree | 4ace37c66fe8186bd8effe20dd7ee14afb3d691e /shells/fish | |
parent | 5d8dcd76b2a81765a425bcec2abca78fc6eed363 (diff) | |
download | pkgsrc-7e9927852ad988d00b0c39eb7f5d15fcedf54c36.tar.gz |
fish: Requires libtool.
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 7c5bdd8b0e4..5bd8a148d57 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 EXTRACT_USING= gtar USE_LANGUAGES+= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-xsel |