diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 21:31:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 21:31:54 +0800 |
commit | 6f7c34c9081c0d0be8171e254c70f1c95904ea3b (patch) | |
tree | ce0d741f2dbd242861b112d5483e36bcad62e20f /accessibility/at-spi2-atk/Makefile | |
parent | 4f75067b57b956922a40a8cef94bbe51672f8132 (diff) | |
download | marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar.gz marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar.bz2 marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar.lz marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar.xz marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.tar.zst marcuscom-ports-6f7c34c9081c0d0be8171e254c70f1c95904ea3b.zip |
Update to 0.3.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14327 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index e955875ac..c359f80cb 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.8 2010/06/05 14:46:51 kwm Exp $ # PORTNAME= at-spi2-atk -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.5 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,7 +23,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2 +USE_GNOME= gnomehack gnomehier intlhack gconf2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |