svn commit: r417058 - head/deskutils/xchm

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 18 10:26:06 UTC 2016


Author: bapt
Date: Sat Jun 18 10:26:05 2016
New Revision: 417058
URL: https://svnweb.freebsd.org/changeset/ports/417058

Log:
  Does not build with wx 3.0

Modified:
  head/deskutils/xchm/Makefile

Modified: head/deskutils/xchm/Makefile
==============================================================================
--- head/deskutils/xchm/Makefile	Sat Jun 18 10:19:29 2016	(r417057)
+++ head/deskutils/xchm/Makefile	Sat Jun 18 10:26:05 2016	(r417058)
@@ -19,7 +19,7 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 
 GNU_CONFIGURE=	yes
-USE_WX=		2.8+
+USE_WX=		2.8
 WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib


More information about the svn-ports-head mailing list