summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi2-atk/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-06 08:55:52 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-06 08:55:52 +0800
commit935d40d10f68ebe924b9f7b6fe3096d973175770 (patch)
tree524ae06e8a659662a17a7838021bf5b26ea915f3 /accessibility/at-spi2-atk/Makefile
parent0eda61a40123e2d61c82663487b11db9ffe5b2e3 (diff)
downloadmarcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar.gz
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar.bz2
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar.lz
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar.xz
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.tar.zst
marcuscom-ports-935d40d10f68ebe924b9f7b6fe3096d973175770.zip
Add a RUN_DEPENDS on at-spi2-core, and remove the conditional PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13370 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r--accessibility/at-spi2-atk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 826873c16..5a1fdcede 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -3,12 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.1 2010/01/06 00:41:11 marcus Exp $
+# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.1 2010/01/06 00:47:00 marcus Exp $
#
PORTNAME= at-spi2-atk
PORTVERSION= 0.1.4
-PORTREVISION?= 0
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Assisted Technology Provider module for GTK+
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+RUN_DEPENDS= at-spi-dbus-bus:${PORTSDIR}/accessibility/at-spi2-core
USE_BZIP2= yes
USE_GETTEXT= yes