diff options
author | leot <leot@pkgsrc.org> | 2017-09-06 12:38:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-09-06 12:38:32 +0000 |
commit | 0f0e07e4ad4f90d3e40dc070efdbfdaefa0bea4a (patch) | |
tree | 736901e9b9666fb14f34570181c0ea273dd5e40d /misc | |
parent | 2d16908c27ec41eaa8cb7e6e12c080ca88f13f79 (diff) | |
download | pkgsrc-0f0e07e4ad4f90d3e40dc070efdbfdaefa0bea4a.tar.gz |
isutf8 needs c99 due getline(3)
Pointed out by SmartOS Joyent's bulk builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/moreutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/moreutils/Makefile b/misc/moreutils/Makefile index b2ab9705292..857ee73130e 100644 --- a/misc/moreutils/Makefile +++ b/misc/moreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/04 09:44:41 leot Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/06 12:38:32 leot Exp $ DISTNAME= moreutils_0.60.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -20,6 +20,8 @@ DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run USE_TOOLS+= gmake pod2man perl:run WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c99 + REPLACE_PERL+= chronic REPLACE_PERL+= combine REPLACE_PERL+= ts |