diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-10 20:12:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-10 20:12:52 +0000 |
commit | 60288adcbc280fd6704eeeb3e9783b1068a26c6b (patch) | |
tree | 6d265cd0cba2f1972b068f12492b3dc8b004c61d /textproc/uim-gnome | |
parent | 0c272f41a37b9960dadb037f9c982f86722e663c (diff) | |
download | ports-60288adcbc280fd6704eeeb3e9783b1068a26c6b.tar.gz ports-60288adcbc280fd6704eeeb3e9783b1068a26c6b.zip |
Notes
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index e7f721d9f56d..927546afb6f2 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -10,7 +10,8 @@ PKGNAMESUFFIX= -gnome COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel -LIB_DEPENDS= uim.3:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.4:${PORTSDIR}/textproc/uim +RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |