Date: Sun, 13 Sep 2015 17:50:17 +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: r396838 - head/www/pylot Message-ID: <201509131750.t8DHoHae083785@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Sep 13 17:50:16 2015 New Revision: 396838 URL: https://svnweb.freebsd.org/changeset/ports/396838 Log: Switch to wxgtk3 Modified: head/www/pylot/Makefile Modified: head/www/pylot/Makefile ============================================================================== --- head/www/pylot/Makefile Sun Sep 13 17:31:47 2015 (r396837) +++ head/www/pylot/Makefile Sun Sep 13 17:50:16 2015 (r396838) @@ -34,7 +34,7 @@ do-install: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} -USE_WX= 2.4+ +USE_WX= 3.0+ WX_COMPS= python:run .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509131750.t8DHoHae083785>