Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 15:42:13 +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: r349019 - head/games/golly
Message-ID:  <201403241542.s2OFgD7a060870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 15:42:12 2014
New Revision: 349019
URL: http://svnweb.freebsd.org/changeset/ports/349019
QAT: https://qat.redports.org/buildarchive/r349019/

Log:
  Switch to use wx 3.0

Modified:
  head/games/golly/Makefile

Modified: head/games/golly/Makefile
==============================================================================
--- head/games/golly/Makefile	Mon Mar 24 15:40:57 2014	(r349018)
+++ head/games/golly/Makefile	Mon Mar 24 15:42:12 2014	(r349019)
@@ -3,7 +3,7 @@
 PORTNAME=	golly
 PORTVERSION=	2.4
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -12,7 +12,8 @@ COMMENT=	Conway's Game of Life and other
 
 USES=		cmake:outsource perl5
 USE_PYTHON=	yes
-USE_WX=		2.8+
+USE_WX=		3.0
+WX_UNICODE=	yes
 
 DESKTOP_ENTRIES=	"Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
 			"${PREFIX}/bin/golly" "Education;" "true"



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