summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 20:48:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 20:48:22 +0000
commit59db5018ffc8d574eca27b80396e2a3ed4046ff7 (patch)
tree07235bb7398dc7fdcca878519dc185a066c84f25 /accessibility
parentFix several clang 3.5.0 warnings in the IM code. (diff)
Remove now useless dependency on gnomehier
Notes
Notes: svn path=/head/; revision=375129
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi/Makefile4
-rw-r--r--accessibility/dasher/Makefile4
-rw-r--r--accessibility/speech-dispatcher/Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index 0e017e7a10aa..dfa4a761777d 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -4,7 +4,7 @@
PORTNAME= at-spi
PORTVERSION= 1.32.0
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -19,7 +19,7 @@ USES+= tar:bzip2
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
USES+= gmake gettext libtool pathfix pkgconfig python:2
-USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo
+USE_GNOME= intlhack gtk20 gconf2 libbonobo
USE_XORG= x11 xtst
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
index 59d8cb6bc111..05cbb4aae892 100644
--- a/accessibility/dasher/Makefile
+++ b/accessibility/dasher/Makefile
@@ -4,7 +4,7 @@
PORTNAME= dasher
PORTVERSION= 4.10.1
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 2
CATEGORIES= accessibility editors x11 gnome
MASTER_SITES= GNOME
@@ -18,7 +18,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
USES= gettext gmake pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix intlhack gnomehier libgnomeui atspi \
+USE_GNOME= gnomeprefix intlhack libgnomeui atspi \
libwnck gnomedocutils
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index acadbd790d8f..3ebab20eeb21 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -2,7 +2,7 @@
PORTNAME= speech-dispatcher
PORTVERSION= 0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= accessibility audio
MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/
@@ -16,13 +16,13 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \
libltdl.so:${PORTSDIR}/devel/libltdl \
libsndfile.so:${PORTSDIR}/audio/libsndfile
-# gnomehier is required because of share/sounds directory.
-USE_GNOME= glib20 gnomehier intltool
+USE_GNOME= glib20 intltool
USES= alias gettext gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
ETCFILES= clients/emacs.conf clients/gnome-speech.conf \
modules/cicero.conf modules/dtk-generic.conf \