diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-30 05:40:07 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-30 05:40:07 +0000 |
commit | 3df302e0b58ee76febdf635a55c47f1d012538b3 (patch) | |
tree | a668be43f241dcb6b405d9d7a91f9fa480e9811f /accessibility | |
parent | 22b3d3dc66d590dc860cbe328dbc7ecf52d03e1e (diff) | |
download | FreeBSD-ports-3df302e0b58ee76febdf635a55c47f1d012538b3.zip FreeBSD-ports-3df302e0b58ee76febdf635a55c47f1d012538b3.tar.gz |
Add a missing dependency, at-spi. Bump the PORTREVISION.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/accerciser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index aecc9aa..abdccc3 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" |