diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-04 17:59:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-04 17:59:31 +0800 |
commit | 21baf517cec59c5cec6454cc83bd0422eba91a0c (patch) | |
tree | e92fec2695cb18b29c5e3eb036133af37fb7d24e /x11 | |
parent | 27aaf14cf19f15de7a00133e44def9dba842fb89 (diff) | |
download | freebsd-ports-gnome-21baf517cec59c5cec6454cc83bd0422eba91a0c.tar.gz freebsd-ports-gnome-21baf517cec59c5cec6454cc83bd0422eba91a0c.tar.zst freebsd-ports-gnome-21baf517cec59c5cec6454cc83bd0422eba91a0c.zip |
Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index e23c853d23fd..9636e526b909 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= dos2unix gmake tar:bzip2 DOS2UNIX_GLOB= *.cpp *.h -USE_WX= 2.8 +USE_WX= 3.0 WX_UNICODE= yes PLIST_FILES= bin/xorg-edit \ |