Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 20:23:38 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328864 - head/games/gtypist
Message-ID:  <201309302023.r8UKNcRn011663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Mon Sep 30 20:23:38 2013
New Revision: 328864
URL: http://svnweb.freebsd.org/changeset/ports/328864

Log:
  This uses iconv even with NLS off.

Modified:
  head/games/gtypist/Makefile

Modified: head/games/gtypist/Makefile
==============================================================================
--- head/games/gtypist/Makefile	Mon Sep 30 20:20:27 2013	(r328863)
+++ head/games/gtypist/Makefile	Mon Sep 30 20:23:38 2013	(r328864)
@@ -9,10 +9,11 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Interactive typing tutor
 
+USES=		iconv
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	EMACS=no
-CPPFLAGS=	-I${WRKDIR}/include
+CPPFLAGS+=	-I${WRKDIR}/include
 
 INFO=		gtypist gtypist.cs gtypist.es
 



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