diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 14:38:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 14:38:35 +0000 |
commit | 794a894f8c56772e669d7488543d3c47f9769fc8 (patch) | |
tree | d4048961af8d2c8cb1e96bf5b39ca1eeb3b5ca33 /accessibility/java-access-bridge/Makefile | |
parent | c7df584111ce1068a92fc149eecf05dc33397585 (diff) |
Notes
Diffstat (limited to 'accessibility/java-access-bridge/Makefile')
-rw-r--r-- | accessibility/java-access-bridge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile index 2e9ab979d4c3..a07d1cc52e1c 100644 --- a/accessibility/java-access-bridge/Makefile +++ b/accessibility/java-access-bridge/Makefile @@ -15,10 +15,9 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= atspi gnomehack +USE_GNOME= atspi USE_JAVA= yes JAVA_OS= native CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} |