svn commit: r396851 - head/biology/lamarc

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 18:45:47 UTC 2015


Author: bapt
Date: Sun Sep 13 18:45:47 2015
New Revision: 396851
URL: https://svnweb.freebsd.org/changeset/ports/396851

Log:
  Enfoce unicode version of wxGTK

Modified:
  head/biology/lamarc/Makefile

Modified: head/biology/lamarc/Makefile
==============================================================================
--- head/biology/lamarc/Makefile	Sun Sep 13 18:45:05 2015	(r396850)
+++ head/biology/lamarc/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
@@ -27,6 +27,7 @@ PLIST_FILES=	bin/${PORTNAME}
 .if ${PORT_OPTIONS:MWXGTK}
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
+WX_UNICODE=	yes
 PLIST_FILES+=	bin/lam_conv
 .else
 CONFIGURE_ARGS+=	--disable-converter


More information about the svn-ports-all mailing list