diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-04 09:59:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-04 09:59:31 +0000 |
commit | ab929fd6912da7de27c1aae2fb11aac46e30bddd (patch) | |
tree | e92fec2695cb18b29c5e3eb036133af37fb7d24e | |
parent | Activate compatibility with wxGTK 2.6 API (diff) |
Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API
Notes
Notes:
svn path=/head/; revision=356452
-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 \ |