diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-06-13 01:45:54 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-06-13 01:45:54 +0800 |
commit | 9e4b93c9375b219138967face3385b98380ac0bc (patch) | |
tree | 8fa20ddf28d2de9a6b055d60807ce8bf6b0be362 /textproc/uim-gnome | |
parent | 25c0e42c45a901437fb6fb79349decad9bf9fe63 (diff) | |
download | freebsd-ports-gnome-9e4b93c9375b219138967face3385b98380ac0bc.tar.gz freebsd-ports-gnome-9e4b93c9375b219138967face3385b98380ac0bc.tar.zst freebsd-ports-gnome-9e4b93c9375b219138967face3385b98380ac0bc.zip |
- Update to 1.1.0.
- Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 9 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-plist | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index f1b5b4eb2e03..1b4f1d2bcc8d 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -18,8 +18,13 @@ CONFIGURE_ARGS= --with-gtk2 --with-gnome2 --enable-applet UIM_SLAVE= yes +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in + +do-build: + (cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom") + do-install: - cd ${WRKSRC}/helper && \ - ${GMAKE} am__EXEEXT_3= install-serverDATA install-libexecPROGRAMS install-exec-hook-applet + (cd ${WRKSRC}/helper && \ + ${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS) .include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-gnome/pkg-plist b/textproc/uim-gnome/pkg-plist index 24cb4d26414a..2cb036d37770 100644 --- a/textproc/uim-gnome/pkg-plist +++ b/textproc/uim-gnome/pkg-plist @@ -1,3 +1,2 @@ libdata/bonobo/servers/GNOME_UimApplet.server -libexec/uim-helper-applet libexec/uim-toolbar-applet |