svn commit: r349016 - head/games/blokish

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 15:36:52 UTC 2014


Author: bapt
Date: Mon Mar 24 15:36:52 2014
New Revision: 349016
URL: http://svnweb.freebsd.org/changeset/ports/349016
QAT: https://qat.redports.org/buildarchive/r349016/

Log:
  Only build with wx 2.8
  While here, use unicode version

Modified:
  head/games/blokish/Makefile

Modified: head/games/blokish/Makefile
==============================================================================
--- head/games/blokish/Makefile	Mon Mar 24 15:34:40 2014	(r349015)
+++ head/games/blokish/Makefile	Mon Mar 24 15:36:52 2014	(r349016)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blokish
 PORTVERSION=	0.9.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
 DISTNAME=	${PORTNAME}_v${PORTVERSION}
@@ -15,7 +15,8 @@ COMMENT=	Clone of the strategy board gam
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_GL=		gl
-USE_WX=		2.6+
+USE_WX=		2.8
+WX_UNICODE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list