aboutsummaryrefslogtreecommitdiff
path: root/accessibility/accerciser
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-10-30 05:40:07 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-10-30 05:40:07 +0000
commitacf9391cb2ccf40a83aab97155c4ad6368af5a20 (patch)
tree02bfc3ab4168fea8596a18ea6c2eaab38ed452a2 /accessibility/accerciser
parentacd22c00376611599465424efaab424b7bcb80f8 (diff)
downloadports-acf9391cb2ccf40a83aab97155c4ad6368af5a20.tar.gz
ports-acf9391cb2ccf40a83aab97155c4ad6368af5a20.zip
Add a missing dependency, at-spi. Bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=202401
Diffstat (limited to 'accessibility/accerciser')
-rw-r--r--accessibility/accerciser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
index aecc9aa18c14..abdccc38f52d 100644
--- a/accessibility/accerciser/Makefile
+++ b/accessibility/accerciser/Makefile
@@ -8,6 +8,7 @@
PORTNAME= accerciser
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -16,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Interactive Python accessibility explorer for GNOME
USE_BZIP2= yes
-USE_GNOME= pygnomedesktop
+USE_GNOME= atspi pygnomedesktop
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"