diff options
Diffstat (limited to 'lang/qore/Makefile')
-rw-r--r-- | lang/qore/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 40eb726174a5..03c0b3e7980a 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -10,6 +10,8 @@ COMMENT= The Qore Programming Language LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libpcre.so:devel/pcre \ libmpfr.so:math/mpfr BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ |