diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 11:20:26 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-07-04 11:20:26 +0800 |
commit | 574c41d75e243f0b658093f15327bf1cd9450768 (patch) | |
tree | 5e41c2e2b1e31530969ed29279a815ae79f3e778 /devel | |
parent | e1d520a619b8dc694eae79ef65104227387700dc (diff) | |
download | freebsd-ports-graphics-574c41d75e243f0b658093f15327bf1cd9450768.tar.gz freebsd-ports-graphics-574c41d75e243f0b658093f15327bf1cd9450768.tar.zst freebsd-ports-graphics-574c41d75e243f0b658093f15327bf1cd9450768.zip |
Sync with libanthy shared library version bump.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/m17n-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index dff39531008..938c29efcc9 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -34,7 +34,7 @@ OPTIONS= ANTHY "With Anthy support" off \ .include <bsd.port.pre.mk> .ifdef WITH_ANTHY -LIB_DEPENDS+= anthy.0:${PORTSDIR}/japanese/anthy +LIB_DEPENDS+= anthy.1:${PORTSDIR}/japanese/anthy .else CONFIGURE_ENV+= ac_cv_lib_anthydic_anthy_init_sessions=no .endif |