diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 15:22:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 15:22:54 +0000 |
commit | 93730debc2925cfef5aa97846a6dacb0232b39c1 (patch) | |
tree | 6a8efae1399f370e7d88306f47ce355bf9756c4a /graphics/clutter-box2d/Makefile | |
parent | 37b9c91b5f6157deb738f499c294b141ea029e83 (diff) |
Support stage
USES=libtool
Notes
Notes:
svn path=/head/; revision=350983
Diffstat (limited to 'graphics/clutter-box2d/Makefile')
-rw-r--r-- | graphics/clutter-box2d/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile index 8aae1dfd4376..edcfe5a607f3 100644 --- a/graphics/clutter-box2d/Makefile +++ b/graphics/clutter-box2d/Makefile @@ -3,25 +3,25 @@ PORTNAME= clutter-box2d PORTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/0.10/ MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter Box2D integration library -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig -USE_GNOME= ltverhack gnomeprefix +USES= gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix USE_GL= gl USE_XORG= xp x11 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=no +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |