diff options
Diffstat (limited to 'graphics/clutter-gtk3/Makefile')
-rw-r--r-- | graphics/clutter-gtk3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 90f2467bf..0e6995449 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -4,6 +4,7 @@ PORTNAME= clutter-gtk PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -13,15 +14,13 @@ COMMENT= GTK+ Integration library for Clutter LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk30 introspection USE_XORG= xp x11 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libclutter-gtk-1.0.so.* +INSTALL_TARGET= install-strip .include <bsd.port.mk> |