Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 15:36:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349016 - head/games/blokish
Message-ID:  <201403241536.s2OFaq76057153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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