svn commit: r343591 - head/sysutils/coreutils

Martin Wilke miwi at FreeBSD.org
Mon Feb 10 07:15:20 UTC 2014


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


More information about the svn-ports-all mailing list