diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
commit | 609ba5cbebd8c7447b56b7ab387c8e53e5138214 (patch) | |
tree | 831ad91152416309813b49cb426e202b35f5c3c5 /japanese | |
parent | ce425a8f778269ee533b6801108f55159590d017 (diff) | |
download | ports-609ba5cbebd8c7447b56b7ab387c8e53e5138214.tar.gz ports-609ba5cbebd8c7447b56b7ab387c8e53e5138214.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chasen-base/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-prime/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-skk/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index a63074efdda6..13a8538eaa3a 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -22,6 +22,8 @@ COMMENT= Japanese Morphological Analysis System BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts +BROKEN= Does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} USE_ICONV= yes diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile index 8d176bab7a20..0c0646fc3bff 100644 --- a/japanese/scim-prime/Makefile +++ b/japanese/scim-prime/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ prime:${PORTSDIR}/japanese/prime RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not build + USE_GNOME= lthack USE_X_PREFIX= yes USE_ICONV= yes diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index f385d800153b..91a07e7d6e24 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -17,6 +17,8 @@ COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not build + USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes |