diff options
Diffstat (limited to 'chinese/oxim/Makefile')
-rw-r--r-- | chinese/oxim/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index a59f67cfc936..22be747ff9d4 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -34,9 +34,6 @@ CONFIGURE_ARGS+=--disable-bimsphone-module \ # oxim requires qinputcontextplugin.h which only exists in Debian package CONFIGURE_ARGS+=--disable-qt-immodule -MAN1= oxim.1 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} @@ -83,11 +80,4 @@ post-patch: ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/src/gtk-immodule/gtkintl.h -post-install: -.if ${PORT_OPTIONS:MGTK2} - @${LOCALBASE}/bin/gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules -.endif - @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME} - .include <bsd.port.mk> |