diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-26 05:09:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-26 05:09:50 +0800 |
commit | f74a35635d2b04bb0995d1786bdff67b84f9f223 (patch) | |
tree | b8e159cbb1854b897b205c9ee9bbe4706da6c3dd | |
parent | 3e9652d61285ae1e623f581489286543a08981be (diff) | |
download | marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar.gz marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar.bz2 marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar.lz marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar.xz marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.tar.zst marcuscom-ports-f74a35635d2b04bb0995d1786bdff67b84f9f223.zip |
Add a missing dependnecy on pygnomedesktop.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11177 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/orca/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 6218c071f..296ec0087 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.48 2008/06/17 03:49:20 marcus Exp $ +# $MCom: ports/accessibility/orca/Makefile,v 1.49 2008/07/22 06:36:32 marcus Exp $ # PORTNAME= orca PORTVERSION= 2.23.5 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +27,8 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_PYTHON= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 +USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 \ + pygnomedesktop INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |