diff options
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index ba040a67e1a1..f390f71cbc4e 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -94,10 +94,4 @@ post-patch: s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ ${WRKSRC}/configure -.include <bsd.port.pre.mk> - -.if ${WXGTK_FLAVOR} == "gtk2-unicode" && ${OSVERSION} < 500000 -IGNORE= requires wchar_t -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |