svn commit: r346768 - head/devel/wxGlade
Gerald Pfeifer
gerald at FreeBSD.org
Sun Mar 2 15:00:50 UTC 2014
Author: gerald
Date: Sun Mar 2 15:00:49 2014
New Revision: 346768
URL: http://svnweb.freebsd.org/changeset/ports/346768
QAT: https://qat.redports.org/buildarchive/r346768/
Log:
This port is not compatible with wxWidgets 2.6 for now, so depend on
wxWidgets 2.8+.
PR: 185230
Submitted by: Matthias Petermann <matthias at petermann-it.de>
Modified:
head/devel/wxGlade/Makefile
Modified: head/devel/wxGlade/Makefile
==============================================================================
--- head/devel/wxGlade/Makefile Sun Mar 2 14:41:22 2014 (r346767)
+++ head/devel/wxGlade/Makefile Sun Mar 2 15:00:49 2014 (r346768)
@@ -17,7 +17,9 @@ LICENSE_FILE= ${WRKSRC}/license.txt
OPTIONS_DEFINE= DOCS
USE_PYTHON= yes
-USE_WX= 2.6+
+# This can be set back to 2.6+ once this port moves to version 0.6.9,
+# cf. PR185230.
+USE_WX= 2.8+
WX_COMPS= python
MAN1= wxglade.1
More information about the svn-ports-head
mailing list