svn commit: r349014 - head/emulators/lisaem

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 15:30:20 UTC 2014


Author: bapt
Date: Mon Mar 24 15:30:19 2014
New Revision: 349014
URL: http://svnweb.freebsd.org/changeset/ports/349014
QAT: https://qat.redports.org/buildarchive/r349014/

Log:
  Use unicode version of wx

Modified:
  head/emulators/lisaem/Makefile

Modified: head/emulators/lisaem/Makefile
==============================================================================
--- head/emulators/lisaem/Makefile	Mon Mar 24 15:25:35 2014	(r349013)
+++ head/emulators/lisaem/Makefile	Mon Mar 24 15:30:19 2014	(r349014)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lisaem
 DISTVERSION=	1.2.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators
 MASTER_SITES=	http://lisaem.sunder.net/downloads/
 
@@ -14,8 +14,9 @@ BUILD_DEPENDS=	pngtopnm:${PORTSDIR}/grap
 
 LICENSE=	GPLv2 # (or later)
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_WX=		2.8
+WX_UNICODE=	yes
 
 DESKTOP_ENTRIES="LisaEm" "" "${DATADIR}/lisa2icon.xpm" "${PORTNAME}" "" ""
 


More information about the svn-ports-head mailing list