svn commit: r356452 - head/x11/xorg-edit

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 4 09:59:32 UTC 2014


Author: bapt
Date: Wed Jun  4 09:59:31 2014
New Revision: 356452
URL: http://svnweb.freebsd.org/changeset/ports/356452
QAT: https://qat.redports.org/buildarchive/r356452/

Log:
  Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API

Modified:
  head/x11/xorg-edit/Makefile

Modified: head/x11/xorg-edit/Makefile
==============================================================================
--- head/x11/xorg-edit/Makefile	Wed Jun  4 09:58:34 2014	(r356451)
+++ head/x11/xorg-edit/Makefile	Wed Jun  4 09:59:31 2014	(r356452)
@@ -19,7 +19,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USES=		dos2unix gmake tar:bzip2
 DOS2UNIX_GLOB=	*.cpp *.h
-USE_WX=		2.8
+USE_WX=		3.0
 WX_UNICODE=	yes
 
 PLIST_FILES=	bin/xorg-edit \


More information about the svn-ports-head mailing list