svn commit: r349017 - head/games/freedink-dfarc

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


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

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

Modified:
  head/games/freedink-dfarc/Makefile

Modified: head/games/freedink-dfarc/Makefile
==============================================================================
--- head/games/freedink-dfarc/Makefile	Mon Mar 24 15:36:52 2014	(r349016)
+++ head/games/freedink-dfarc/Makefile	Mon Mar 24 15:38:52 2014	(r349017)
@@ -12,7 +12,8 @@ MAINTAINER=	shurd at sasktel.net
 COMMENT=	Frontend and .dmod installer for GNU FreeDink
 
 USES=		desktop-file-utils gettext gmake shared-mime-info
-USE_WX=		2.6+
+USE_WX=		2.8
+WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	intltool


More information about the svn-ports-head mailing list