Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 12:45:05 +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: r451308 - head/editors/madedit
Message-ID:  <201710051245.v95Cj5nj048671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051245.v95Cj5nj048671>