Date: Mon, 10 Feb 2014 07:15:19 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343591 - head/sysutils/coreutils Message-ID: <201402100715.s1A7FJX6075204@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 10 07:15:19 2014 New Revision: 343591 URL: http://svnweb.freebsd.org/changeset/ports/343591 QAT: https://qat.redports.org/buildarchive/r343591/ Log: - Fix package build Modified: head/sysutils/coreutils/Makefile Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Mon Feb 10 06:56:52 2014 (r343590) +++ head/sysutils/coreutils/Makefile Mon Feb 10 07:15:19 2014 (r343591) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --program-prefix=g \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= "-I${LOCALBASE}/include" -USES= gmake perl5 +USES= gmake perl5 charsetfix USE_PERL5= build # build - required for tests and man page generation USE_XZ= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100715.s1A7FJX6075204>