diff --git a/java/sigar/Makefile b/java/sigar/Makefile index 3986317adec1..c0c30be0849d 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -13,11 +13,12 @@ COMMENT= Java bindings for the Sigar system information API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/NOTICE -BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant -LIB_DEPENDS= libsigar.so:devel/sigar - BROKEN_armv6= fails to compile: jni-build.xml: gcc failed with return code 1 BROKEN_armv7= fails to compile: jni-build.xml: gcc failed with return code 1 +BROKEN_powerpc64= fails to install: bindings/java/sigar-bin/lib/libsigar-powerpc64-freebsd-1.so: No such file or directory + +BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant +LIB_DEPENDS= libsigar.so:devel/sigar USE_GITHUB= yes GH_ACCOUNT= amishHammer