summaryrefslogtreecommitdiff
path: root/package/atk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 14:21:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 14:21:49 +0100
commitdf666e5a4fcef3c7a8d7da5f3628672e2bdcc77b (patch)
tree72a48da1a3e7ae9ca0b60f0cedcb89b138160a85 /package/atk
parent8dbadd582b22e1997cc82477e41d20e25fb604b1 (diff)
fix compile errors on OpenBSD host
update bluez package to latest upstream. disable aufs2-util on OpenBSD host.
Diffstat (limited to 'package/atk')
-rw-r--r--package/atk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atk/Makefile b/package/atk/Makefile
index f7172b76b..0980de0cc 100644
--- a/package/atk/Makefile
+++ b/package/atk/Makefile
@@ -6,10 +6,10 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= atk
PKG_VERSION:= 1.29.3
PKG_RELEASE:= 1
-PKG_BUILDDEP+= glib
PKG_MD5SUM:= f587d9285b2d0ac35ea95acef673517c
PKG_DESCR:= atk library
PKG_SECTION:= libs
+PKG_BUILDDEP+= glib
PKG_URL:= http://www.gnome.org
PKG_SITES:= ${MASTER_SITE_GNOME:=/atk/1.29/}