diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-30 13:40:07 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-30 13:40:07 +0800 |
commit | 3df302e0b58ee76febdf635a55c47f1d012538b3 (patch) | |
tree | a668be43f241dcb6b405d9d7a91f9fa480e9811f /accessibility/accerciser | |
parent | 22b3d3dc66d590dc860cbe328dbc7ecf52d03e1e (diff) | |
download | freebsd-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/Makefile | 3 |
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" |