diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 20:48:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 20:48:22 +0000 |
commit | 59db5018ffc8d574eca27b80396e2a3ed4046ff7 (patch) | |
tree | 07235bb7398dc7fdcca878519dc185a066c84f25 /accessibility/speech-dispatcher | |
parent | e3df88200b61c1dce009e119060c43f4d6a07eb4 (diff) | |
download | ports-59db5018ffc8d574eca27b80396e2a3ed4046ff7.tar.gz ports-59db5018ffc8d574eca27b80396e2a3ed4046ff7.zip |
Notes
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 6 |
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 \ |