svn commit: r349019 - head/games/golly

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 15:42:13 UTC 2014


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"


More information about the svn-ports-head mailing list