svn commit: r507881 - head/games/7kaa

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 2 16:05:23 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list