diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-28 22:38:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-28 22:38:35 +0800 |
commit | 3a3a133c7a1518fe64132c1b151ab8012b46f165 (patch) | |
tree | d4048961af8d2c8cb1e96bf5b39ca1eeb3b5ca33 /accessibility/java-access-bridge | |
parent | 7f64fc7b07c9961978234d0859f802f271c31960 (diff) | |
download | freebsd-ports-gnome-3a3a133c7a1518fe64132c1b151ab8012b46f165.tar.gz freebsd-ports-gnome-3a3a133c7a1518fe64132c1b151ab8012b46f165.tar.zst freebsd-ports-gnome-3a3a133c7a1518fe64132c1b151ab8012b46f165.zip |
Convert from USE_GNOME=gnomehack -> USES=pathfix
While here:
- Strip binaries
- Convert USE_BZIP2 -> USES=tar:bzip2
- Convert to USES=libtool
- Remove tests for gnopernicus as they badly track the dependencies they
needs and fails to build with non recursive ld(1)
- orca does not need pathfix at all
Diffstat (limited to 'accessibility/java-access-bridge')
-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} |