diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:19:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:19:51 +0000 |
commit | 807e08e229a81807271e3e788da4a971be60741e (patch) | |
tree | 8efb893883b115a233d74a2afd8250fd715f2ca6 /x11 | |
parent | 5e6ebd17df018b51c3d3f0f0438004b7e85bfd3d (diff) | |
download | freebsd-ports-807e08e229a81807271e3e788da4a971be60741e.zip |
Switch to wx 2.8
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-edit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index 177fdc2ddf9a..6af6376f3ad2 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -14,10 +14,9 @@ LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_BZIP2= yes -USES= dos2unix gmake +USES= dos2unix gmake tar:bzip2 DOS2UNIX_GLOB= *.cpp *.h -USE_WX= 2.6+ +USE_WX= 2.8 WX_UNICODE= yes PLIST_FILES= bin/xorg-edit \ |