diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-01 12:15:51 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-01 12:15:51 +0800 |
commit | ff40e97e4a1ce4a44f00da7af621d0d114834bc6 (patch) | |
tree | 2c6661d150570d2f361ca757ef4a398bdc42e8ca /accessibility/at-spi2-core/Makefile | |
parent | 5b8283c237936c0d1c83dd556ad24e27c5771a52 (diff) | |
download | marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar.gz marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar.bz2 marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar.lz marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar.xz marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.tar.zst marcuscom-ports-ff40e97e4a1ce4a44f00da7af621d0d114834bc6.zip |
Update to 1.91.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15144 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-core/Makefile')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 4ccfdf8ed..25b29ea97 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -3,12 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.19 2011/01/23 23:19:26 kwm Exp $ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.20 2011/01/23 23:57:29 kwm Exp $ # PORTNAME= at-spi2-core -PORTVERSION= 1.91.5 -PORTREVISION= 1 +PORTVERSION= 1.91.6 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,6 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= An Assistive Technology Service Provider Interface +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib LICENSE= LGPL21 |