summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi2-atk/Makefile3
-rw-r--r--accessibility/at-spi2-core/Makefile3
-rw-r--r--accessibility/atk/Makefile3
-rw-r--r--accessibility/caribou/Makefile5
-rw-r--r--accessibility/mousetweaks/Makefile5
-rw-r--r--accessibility/mousetweaks3/Makefile5
-rw-r--r--accessibility/orca/Makefile5
-rw-r--r--accessibility/orca3/Makefile5
-rw-r--r--accessibility/py-atspi/Makefile5
9 files changed, 15 insertions, 24 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 839f72a40..db501fc9a 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -20,8 +20,7 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core
PORTSCOUT= limitw:1,even
USE_XZ= yes
-USE_GMAKE= yes
-USES= pathfix pkgconfig
+USES= gmake pathfix pkgconfig
USE_GNOME= gnomehier intlhack glib20 atk
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index cf85e9c51..bf94786f5 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -17,9 +17,8 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
PORTSCOUT= limitw:1,even
-USES= pathfix pkgconfig gettext
+USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
-USE_GMAKE= yes
USE_GNOME= gnomehier glib20 intlhack introspection:build
USE_XORG= x11 xi xtst xext
USE_LDCONFIG= yes
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index fdc08806e..23d1de94f 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -16,10 +16,9 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USES= pathfix gettext pkgconfig
+USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier glib20 ltverhack referencehack introspection:build
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile
index 48d19801b..6f30fbef6 100644
--- a/accessibility/caribou/Makefile
+++ b/accessibility/caribou/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/caribou/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= caribou
PORTVERSION= 0.4.10
@@ -20,9 +20,8 @@ LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi
USE_XZ= yes
-USE_GMAKE= yes
MAKE_JOBS_UNSAFE=yes
-USES= gettext pathfix pkgconfig shebangfix
+USES= gettext gmake pathfix pkgconfig shebangfix
SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py
USE_PYTHON= yes
USE_XORG= x11 xtst
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
index 2efe51c8d..acaa65a9e 100644
--- a/accessibility/mousetweaks/Makefile
+++ b/accessibility/mousetweaks/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/mousetweaks/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= mousetweaks
PORTVERSION= 2.32.1
@@ -16,8 +16,7 @@ CONFLICTS= mousetweaks-3.[0-9]*
USE_XORG= x11 xfixes xcursor xtst
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomepanel intlhack
-USE_GMAKE= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/accessibility/mousetweaks3/Makefile b/accessibility/mousetweaks3/Makefile
index bed3fd744..84dab782f 100644
--- a/accessibility/mousetweaks3/Makefile
+++ b/accessibility/mousetweaks3/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/mousetweaks3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= mousetweaks
PORTVERSION= 3.6.0
@@ -20,8 +20,7 @@ LATEST_LINK= mousetweaks3
USE_XZ= yes
USE_XORG= x11 xfixes xcursor xtst
USE_GNOME= gnomeprefix intlhack gtk30
-USE_GMAKE= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index ce0270738..01bb71561 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/orca/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= orca
PORTVERSION= 2.32.1
@@ -25,9 +25,8 @@ CONFLICTS= orca-3.[0-9]* py*-json-py-[0-9]*
LATEST_LINK= gnome-orca
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
USE_PYTHON= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix libgnomeui gnomespeech pygnome2 pygnomedesktop
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile
index 466de0b6f..7be965e14 100644
--- a/accessibility/orca3/Makefile
+++ b/accessibility/orca3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/orca3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= orca
PORTVERSION= 3.6.2
@@ -28,9 +28,8 @@ CONFLICTS= orca-2.[0-9]* py*-json-py-[0-9]*
LATEST_LINK= gnome-orca3
USE_XZ= yes
-USES= gettext pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig
USE_PYTHON= yes
-USE_GMAKE= yes
USE_GNOME= gnomeprefix gtk30 pygobject3
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile
index 4e705fe5c..bef29481e 100644
--- a/accessibility/py-atspi/Makefile
+++ b/accessibility/py-atspi/Makefile
@@ -1,6 +1,6 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/accessibility/py-atspi/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= atspi
PORTVERSION= 2.8.0
@@ -19,8 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at
CONFLICTS= at-spi-1.[0-9]*
USE_XZ= yes
-USES= gettext pathfix pkgconfig
-USE_GMAKE= yes
+USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier intlhack pygobject3
GNU_CONFIGURE= yes
USE_PYTHON= yes