diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 05:00:45 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 05:00:45 +0800 |
commit | 6212a7171179b3599f48a57b4e3e09884dcf1953 (patch) | |
tree | 6a8daf7444d0f4af85f0ec5ceb0ec9d40740791c /graphics/cogl/Makefile | |
parent | 5837550d6cc6428ee1c900247608ea4d1d0faded (diff) | |
download | marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar.gz marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar.bz2 marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar.lz marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar.xz marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.tar.zst marcuscom-ports-6212a7171179b3599f48a57b4e3e09884dcf1953.zip |
Use USES=libtool, this results in a lib bump so bump portrevision.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19003 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cogl/Makefile')
-rw-r--r-- | graphics/cogl/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index 90a0b408c..4448c01f4 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -4,6 +4,7 @@ PORTNAME= cogl PORTVERSION= 1.12.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME @@ -15,18 +16,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= clutter-1.6.[0-9]* -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig USE_XZ= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gdkpixbuf2 ltverhack:0 gnomeprefix atk pango introspection:build +GNU_CONFIGURE= yes +USE_GNOME= gdkpixbuf2 gnomeprefix atk pango introspection:build USE_GL= gl USE_XORG= x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcogl*.so.0 +INSTALL_TARGET= install-strip .include <bsd.port.mk> |