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/dasher/Makefile | |
parent | Fix several clang 3.5.0 warnings in the IM code. (diff) |
Remove now useless dependency on gnomehier
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |