Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 12:02:06 +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: r320901 - head/devel/cppi
Message-ID:  <201306141202.r5EC26BG001434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jun 14 12:02:06 2013
New Revision: 320901
URL: http://svnweb.freebsd.org/changeset/ports/320901

Log:
  - Add charsetfix to fix build
  
  Reported by:	pkg (dev_mode)

Modified:
  head/devel/cppi/Makefile

Modified: head/devel/cppi/Makefile
==============================================================================
--- head/devel/cppi/Makefile	Fri Jun 14 12:01:29 2013	(r320900)
+++ head/devel/cppi/Makefile	Fri Jun 14 12:02:06 2013	(r320901)
@@ -10,7 +10,7 @@ MAINTAINER=	johans@FreeBSD.org
 COMMENT=	A tool to indent the C preprocessor directives
 
 USE_XZ=		yes
-USES=		gettext
+USES=		gettext charsetfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306141202.r5EC26BG001434>