aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-07-04 03:20:26 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-07-04 03:20:26 +0000
commit4a400e47c44f1b08d4254c7b93292ff26362e8e1 (patch)
tree54b17303eac5c35ced12c4eaa0251edaa6772b34 /devel
parent9682f1df02e339c1556469c6dc04134eaa57a841 (diff)
downloadports-4a400e47c44f1b08d4254c7b93292ff26362e8e1.tar.gz
ports-4a400e47c44f1b08d4254c7b93292ff26362e8e1.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/m17n-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile
index dff395310085..938c29efcc9d 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