diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-31 17:36:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-31 17:36:35 +0800 |
commit | e9e59c87081eb39f251061770d2f51df797cfcc0 (patch) | |
tree | a39ac2211ecd0df3a0f5b8b4a85d0647ce328dfc /graphics/clutter-gtk/Makefile | |
parent | 8dd3767deb907eb7e0a06119cdce32ab17cd66f1 (diff) | |
download | marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar.gz marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar.bz2 marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar.lz marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar.xz marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.tar.zst marcuscom-ports-e9e59c87081eb39f251061770d2f51df797cfcc0.zip |
Update to 0.10.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12547 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter-gtk/Makefile')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 91a21063b..977c412f2 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clutter-gtk -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ @@ -22,6 +21,7 @@ USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-introspection=no CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |