diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-11-07 01:41:07 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-11-07 01:41:07 +0800 |
commit | 30785478b3b4f5877a659ae093aba7c9758adc47 (patch) | |
tree | 89eca5a9cfbc792d9937d71b70d5197fa3d3a20e /textproc/uim | |
parent | c3a38a1b44a0d435ef8794490327630ca61ee07a (diff) | |
download | freebsd-ports-gnome-30785478b3b4f5877a659ae093aba7c9758adc47.tar.gz freebsd-ports-gnome-30785478b3b4f5877a659ae093aba7c9758adc47.tar.zst freebsd-ports-gnome-30785478b3b4f5877a659ae093aba7c9758adc47.zip |
Sync with libscim shared library version bump.
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 85f22b04755b..ee2add526e09 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= GNOME="@comment " .if exists(${X11BASE}/bin/scim) || defined(WITH_SCIM) USE_GCC= 3.4 -LIB_DEPENDS= scim-1.0.8:${PORTSDIR}/textproc/scim +LIB_DEPENDS= scim-1.0.9:${PORTSDIR}/textproc/scim CONFIGURE_ARGS+=--with-scim PLIST_SUB+= SCIM="" .else |