diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /textproc/uim-gtk | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'textproc/uim-gtk')
-rw-r--r-- | textproc/uim-gtk/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim-gtk/pkg-plist | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index 3302c4fd7296..437f420b9099 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method diff --git a/textproc/uim-gtk/pkg-plist b/textproc/uim-gtk/pkg-plist index 0dde94188390..93c6650cdb02 100644 --- a/textproc/uim-gtk/pkg-plist +++ b/textproc/uim-gtk/pkg-plist @@ -3,8 +3,8 @@ bin/uim-input-pad-ja bin/uim-pref-gtk bin/uim-toolbar-gtk bin/uim-toolbar-gtk-systray -lib/gtk-2.0/2.4.0/immodules/im-uim.a -lib/gtk-2.0/2.4.0/immodules/im-uim.la -lib/gtk-2.0/2.4.0/immodules/im-uim.so +lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-uim.a +lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-uim.la +lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-uim.so @exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules @unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules |