summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--accessibility/at-spi2-core/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index bd9b426ff..6f290a995 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.27 2011/03/31 15:55:52 kwm Exp $
+# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.28 2011/04/05 19:56:02 kwm Exp $
#
PORTNAME= at-spi2-core
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -26,7 +27,8 @@ USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier glib20 intlhack
USE_XORG= x11 xi xtst xext
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-static
+CONFIGURE_ARGS= --enable-static \
+ --disable-xevie
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"