diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 23:41:28 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 23:41:28 +0800 |
commit | 37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33 (patch) | |
tree | a7324c6cca01cecb703808a28bd8f521376d7136 /textproc/uim-gnome/Makefile | |
parent | 9bdce65c5462a78f3aeb397cb69a1de657d2b665 (diff) | |
download | freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.tar.gz freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.tar.zst freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.zip |
Update to 1.8.0.
Feature safe: yes
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" |