svn commit: r328864 - head/games/gtypist
Christian Weisgerber
naddy at FreeBSD.org
Mon Sep 30 20:23:39 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list