summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-28 17:13:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-28 17:13:46 +0800
commit7e380695413a7c6d4e4647b40b478927fea9f34d (patch)
tree690ca3012d1eac22a63428587599c1ed944e2358 /accessibility
parentc7b221313e83c99aa2c3de60ba38412f4eaceccc (diff)
downloadmarcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar.gz
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar.bz2
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar.lz
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar.xz
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.tar.zst
marcuscom-ports-7e380695413a7c6d4e4647b40b478927fea9f34d.zip
Add depend on atk.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14473 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/atkmm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile
index 96ef23eb7..4c68e7173 100644
--- a/accessibility/atkmm/Makefile
+++ b/accessibility/atkmm/Makefile
@@ -3,11 +3,12 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/atkmm/Makefile,v 1.1 2010/06/24 10:33:02 kwm Exp $
+# $MCom: ports/accessibility/atkmm/Makefile,v 1.2 2010/06/28 21:20:53 kwm Exp $
#
PORTNAME= atkmm
PORTVERSION= 2.21.2
+PORTREVISION= 1
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
@@ -20,7 +21,7 @@ USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack atk
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
LDFLAGS="-L${LOCALBASE}/lib"