aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/apertium/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile
index 5144ed6e385a..5f4d87c5501b 100644
--- a/textproc/apertium/Makefile
+++ b/textproc/apertium/Makefile
@@ -12,12 +12,15 @@ COMMENT= Toolbox to build shallow-transfer machine translation systems
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to configure: error: *** unable to locate pcrecpp library ***
+
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= liblttoolbox3.so:textproc/lttoolbox \
libpcre.so:devel/pcre
RUN_DEPENDS= bash:shells/bash
-USES= autoreconf gnome libtool localbase:ldflags pathfix pkgconfig
+USES= autoreconf compiler:c++11-lang gnome libtool localbase:ldflags \
+ pathfix pkgconfig
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes