diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-03 09:43:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-03 09:43:59 +0000 |
commit | e47361f6c53b8f9019c3e1cf7f99de2f94cbbc74 (patch) | |
tree | 6cf24f39a8607cb8cc5785389338fe0a6d532f02 /chinese | |
parent | 5e9c6fe3223e3370e138fe2bd96773a6a0a12d66 (diff) | |
download | ports-e47361f6c53b8f9019c3e1cf7f99de2f94cbbc74.tar.gz ports-e47361f6c53b8f9019c3e1cf7f99de2f94cbbc74.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 2 | ||||
-rw-r--r-- | chinese/opencc/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 2beccc27efaa..ee4e0d43b3a6 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -BROKEN_powerpc= does not install on powerpc: signal 6 - USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index da5a5e87d11a..d94496a10b4b 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -21,8 +21,6 @@ NLS_CMAKE_ON= -DENABLE_GETTEXT=On OPTIONS_SUB= yes -BROKEN_powerpc= Does not install on powerpc: signal 11 - post-patch: @${REINPLACE_CMD} -e 's@/usr/local@${LOCALBASE}@g' \ ${WRKSRC}/CMakeLists.txt |