diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-10-14 23:12:51 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-10-14 23:12:51 +0800 |
commit | f01e2eb71d0d1e47b39056613e1065d21878410a (patch) | |
tree | dc4150b76d1c39f991128c457c5981444eab7a8a /textproc/uim-gnome | |
parent | 3d71eebae220bd32b9f5271dfe8b2d53639f00db (diff) | |
download | freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.tar.gz freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.tar.zst freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.zip |
- Update to 1.4.1.
- Update WWW entry in pkg-descr.
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 4 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 927546afb6f2..6f44a3407318 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -10,12 +10,12 @@ PKGNAMESUFFIX= -gnome COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel -LIB_DEPENDS= uim.4:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.5:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} -CONFIGURE_ARGS= --with-gtk2 --with-gnome2 --enable-applet +CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet UIM_SLAVE= yes diff --git a/textproc/uim-gnome/pkg-descr b/textproc/uim-gnome/pkg-descr index e37490054a55..ce50b062da4e 100644 --- a/textproc/uim-gnome/pkg-descr +++ b/textproc/uim-gnome/pkg-descr @@ -1,3 +1,3 @@ GNOME applets of uim input method. -WWW: http://uim.freedesktop.org/wiki/ +WWW: http://code.google.com/p/uim/ |