Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 16:05:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507881 - head/games/7kaa
Message-ID:  <201908021605.x72G5MxF055995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug  2 16:05:22 2019
New Revision: 507881
URL: https://svnweb.freebsd.org/changeset/ports/507881

Log:
  - Add missing USES=iconv
  
  PR:		239041
  Reported by:	pkubaj@FreeBSD.org

Modified:
  head/games/7kaa/Makefile

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Fri Aug  2 15:55:45 2019	(r507880)
+++ head/games/7kaa/Makefile	Fri Aug  2 16:05:22 2019	(r507881)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	the3dfxdude
 
 USES=		autoreconf compiler:c++11-lang gettext-tools gmake localbase \
-		openal:al pkgconfig sdl
+		openal:al pkgconfig sdl iconv
 USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
 



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