aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-08 01:18:23 +0800
committermarcus <marcus@FreeBSD.org>2004-08-08 01:18:23 +0800
commit0ca0125f9b1210f9bb70d65ec4806363b860c056 (patch)
treeb21c12681f72e098292a742c80ae38a9729859ba /accessibility
parent9e135b39aabd507685be6070f4fb48f8ebf7acc3 (diff)
downloadfreebsd-ports-gnome-0ca0125f9b1210f9bb70d65ec4806363b860c056.tar.gz
freebsd-ports-gnome-0ca0125f9b1210f9bb70d65ec4806363b860c056.tar.zst
freebsd-ports-gnome-0ca0125f9b1210f9bb70d65ec4806363b860c056.zip
Dasher needs GNOME support by default now.
Reported by: GNOME Tinderbox
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/dasher/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
index ba457dfa1a39..fe0570c33e23 100644
--- a/accessibility/dasher/Makefile
+++ b/accessibility/dasher/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dasher
PORTVERSION= 3.2.11
+PORTREVISION= 1
CATEGORIES= accessibility editors x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2
@@ -21,7 +22,7 @@ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2
+USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi
WANT_GNOME= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@@ -32,12 +33,6 @@ MAN1= dasher.1
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+= libgnomeui
-.else
-CONFIGURE_ARGS+=--without-gnome
-.endif
-
.if ${HAVE_GNOME:Mgnomespeech}!=""
USE_GNOME+= gnomespeech
.else