aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-21 04:48:22 +0800
committerbapt <bapt@FreeBSD.org>2014-12-21 04:48:22 +0800
commit1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1 (patch)
tree07235bb7398dc7fdcca878519dc185a066c84f25 /accessibility/speech-dispatcher
parenta3ed874d6f8eea6279f5a237efa1ba945215cf6c (diff)
downloadfreebsd-ports-gnome-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.tar.gz
freebsd-ports-gnome-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.tar.zst
freebsd-ports-gnome-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.zip
Remove now useless dependency on gnomehier
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r--accessibility/speech-dispatcher/Makefile6
1 files changed, 3 insertions, 3 deletions
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 \