svn commit: r451308 - head/editors/madedit

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 5 12:45:07 UTC 2017


Author: bapt
Date: Thu Oct  5 12:45:05 2017
New Revision: 451308
URL: https://svnweb.freebsd.org/changeset/ports/451308

Log:
  Cannot build with recent version of wxgtk, mark it as such

Modified:
  head/editors/madedit/Makefile

Modified: head/editors/madedit/Makefile
==============================================================================
--- head/editors/madedit/Makefile	Thu Oct  5 12:38:40 2017	(r451307)
+++ head/editors/madedit/Makefile	Thu Oct  5 12:45:05 2017	(r451308)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
 USES=		gettext pkgconfig dos2unix desktop-file-utils
-USE_WX=		2.8+
+USE_WX=		2.8
 USE_XORG=	x11
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list