diff options
Diffstat (limited to 'textproc/uim-gnome/Makefile')
-rw-r--r-- | textproc/uim-gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index d041cdfdff36..c7f26f6dc12d 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -21,17 +21,17 @@ CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet UIM_SLAVE= yes -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk2_toolbar_Makefile.in .if defined(WITHOUT_X11) IGNORE= requires X11 .endif do-build: - (cd ${WRKSRC}/helper && ${GMAKE}) + (cd ${WRKSRC}/gtk2/toolbar && ${GMAKE}) do-install: - (cd ${WRKSRC}/helper && \ - ${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS) + (cd ${WRKSRC}/gtk2/toolbar && \ + ${GMAKE} install-serverDATA install-libexecPROGRAMS) .include "${MASTERDIR}/Makefile" |