diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 04:48:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 04:48:22 +0800 |
commit | 1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1 (patch) | |
tree | 07235bb7398dc7fdcca878519dc185a066c84f25 /accessibility | |
parent | a3ed874d6f8eea6279f5a237efa1ba945215cf6c (diff) | |
download | freebsd-ports-graphics-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.tar.gz freebsd-ports-graphics-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.tar.zst freebsd-ports-graphics-1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1.zip |
Remove now useless dependency on gnomehier
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 4 | ||||
-rw-r--r-- | accessibility/dasher/Makefile | 4 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 0e017e7a10a..dfa4a761777 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 59d8cb6bc11..05cbb4aae89 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 acadbd790d8..3ebab20eeb2 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 \ |