From 3a3a133c7a1518fe64132c1b151ab8012b46f165 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 28 Apr 2014 14:38:35 +0000 Subject: 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 --- accessibility/mousetweaks/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'accessibility/mousetweaks') diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile index 58b5298e433e..ab84dd64a9e2 100644 --- a/accessibility/mousetweaks/Makefile +++ b/accessibility/mousetweaks/Makefile @@ -4,7 +4,7 @@ PORTNAME= mousetweaks PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,9 +13,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Mouse accessibility enhancements for the GNOME desktop USE_XORG= x11 xfixes xcursor xtst -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext pkgconfig +USE_GNOME= gnomeprefix gnomepanel intlhack +USES= gmake gettext pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit