diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-11-08 15:28:39 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-11-08 15:28:39 +0800 |
commit | abb952ff3b5ce82439d394f8bafb43d6ccdc9cda (patch) | |
tree | b2386a91746e850289d342b92fbf5a655b13fe76 /x11-toolkits/wxgtk26/Makefile | |
parent | 23a707f6001b782831109ad00f032a2e1fc8e1b9 (diff) | |
download | freebsd-ports-graphics-abb952ff3b5ce82439d394f8bafb43d6ccdc9cda.tar.gz freebsd-ports-graphics-abb952ff3b5ce82439d394f8bafb43d6ccdc9cda.tar.zst freebsd-ports-graphics-abb952ff3b5ce82439d394f8bafb43d6ccdc9cda.zip |
Add a patch from WX_2_6_BRANCH:
src/common/intl.cpp rev. 1.166.2.1:
backported fix for crash in Unicode build (bug 1303851)
Submitted by: mux
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 074af7a1ec6..04c248ba60d 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -50,6 +50,7 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" +PORTREVISION= 1 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif |