diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 23:55:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 23:55:52 +0800 |
commit | 7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29 (patch) | |
tree | 609fb8b6ff037c1aaba13994d4eebba367b2d1d9 | |
parent | 2c497490ae4f0075e5dabe3b0fee429f28e65fdf (diff) | |
download | marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar.gz marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar.bz2 marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar.lz marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar.xz marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.tar.zst marcuscom-ports-7c28fef22d6d4eb786b9b5217bc0f2b8821e7e29.zip |
Fix build. Depend on gdbus-glib and glib20
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15673 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 658eb85e2..5cda1438d 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.25 2011/03/23 11:06:43 kwm Exp $ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.26 2011/03/29 21:35:24 kwm Exp $ # PORTNAME= at-spi2-core PORTVERSION= 1.91.93 +PORTREVISION= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,14 +17,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An Assistive Technology Service Provider Interface BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack +USE_GNOME= gnomehack gnomehier glib20 intlhack USE_XORG= x11 xi xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static |