diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 05:40:07 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 05:40:07 +0000 |
commit | acf9391cb2ccf40a83aab97155c4ad6368af5a20 (patch) | |
tree | 02bfc3ab4168fea8596a18ea6c2eaab38ed452a2 /accessibility | |
parent | acd22c00376611599465424efaab424b7bcb80f8 (diff) |
Notes
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 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" |