diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
commit | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch) | |
tree | 26f5c09c96db445280ba457125b9bf1fa0c61650 /graphics/clutter/Makefile | |
parent | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff) | |
download | marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.bz2 marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.lz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.xz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip |
Not complete yet.
Trim header, remove leading "A" from comments.
Convert:
USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
USE_GNOME=gnomehack -> USES=pathfix
Do some maintaince where needed, and let there be breakage! [1]
[1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 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 25230fede..d1f773ec4 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -14,14 +14,16 @@ COMMENT= OpenGL based interactive canvas library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib \ - cogl.9:${PORTSDIR}/graphics/cogl +LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \ + cogl:${PORTSDIR}/graphics/cogl USE_GMAKE= yes USE_GETTEXT= yes USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes |