diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-03-11 04:12:52 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-03-11 04:12:52 +0800 |
commit | 24e6d449ab2b0fdc27568a19fa39e9fef73d4afb (patch) | |
tree | c8cb28d2ea15b6440bf4198536469520dc058c36 /textproc/uim-gnome | |
parent | 2754c7d2fa58c13314b181000e5c1c2ff5fb66e8 (diff) | |
download | freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.tar.gz freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.tar.zst freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.zip |
Update to 1.3.1.
PR: ports/109399
Submitted by: Yamashiro Jun<yamajun@ofug.net>
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} |