diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:30:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:30:19 +0800 |
commit | fc4e363d163e4dcc07aa47b7492f3f3bb01f19ef (patch) | |
tree | 24530152343e9721e69596220a2fb4b3dd9e7242 /emulators | |
parent | 42adecb7d614d717bf1e2bf6c8e47e8fd017581a (diff) | |
download | freebsd-ports-gnome-fc4e363d163e4dcc07aa47b7492f3f3bb01f19ef.tar.gz freebsd-ports-gnome-fc4e363d163e4dcc07aa47b7492f3f3bb01f19ef.tar.zst freebsd-ports-gnome-fc4e363d163e4dcc07aa47b7492f3f3bb01f19ef.zip |
Use unicode version of wx
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/lisaem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 78dbd5e3e8de..8ba0266ab3c3 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -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}/graphics/netpbm LICENSE= GPLv2 # (or later) -USE_BZIP2= yes +USES= tar:bzip2 USE_WX= 2.8 +WX_UNICODE= yes DESKTOP_ENTRIES="LisaEm" "" "${DATADIR}/lisa2icon.xpm" "${PORTNAME}" "" "" |