diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 22:17:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 22:17:26 +0800 |
commit | 39a9be507b9cf5ee0c03eb32bea0770d8a49ce34 (patch) | |
tree | ede5d219b806fef5c79c7fa798058f7a6d9c371a /graphics/clutter/Makefile | |
parent | f753fc467c605e4a99ec297cd67283f2aa339514 (diff) | |
download | marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar.gz marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar.bz2 marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar.lz marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar.xz marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.tar.zst marcuscom-ports-39a9be507b9cf5ee0c03eb32bea0770d8a49ce34.zip |
Update to 1.3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14331 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 2142c096e..0af9ca0ce 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -3,11 +3,11 @@ # Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/clutter/Makefile,v 1.28 2010/06/29 21:14:00 kwm Exp $ +# $MCom: ports/graphics/clutter/Makefile,v 1.29 2010/07/01 08:46:07 kwm Exp $ # PORTNAME= clutter -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.8 CATEGORIES= graphics MASTER_SITES= GNOME \ http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ @@ -17,11 +17,13 @@ COMMENT= OpenGL based interactive canvas library LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes USE_GETTEXT= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix +USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes |