aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/accerciser
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-10-30 13:40:07 +0800
committermezz <mezz@FreeBSD.org>2007-10-30 13:40:07 +0800
commit3df302e0b58ee76febdf635a55c47f1d012538b3 (patch)
treea668be43f241dcb6b405d9d7a91f9fa480e9811f /accessibility/accerciser
parent22b3d3dc66d590dc860cbe328dbc7ecf52d03e1e (diff)
downloadfreebsd-ports-gnome-3df302e0b58ee76febdf635a55c47f1d012538b3.tar.gz
freebsd-ports-gnome-3df302e0b58ee76febdf635a55c47f1d012538b3.tar.zst
freebsd-ports-gnome-3df302e0b58ee76febdf635a55c47f1d012538b3.zip
Add a missing dependency, at-spi. Bump the PORTREVISION.
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"