diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 08:24:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 08:24:03 +0000 |
commit | 6f87f0cae878bc418645c1513962417a1f80d226 (patch) | |
tree | 4a642d4362d371f6bda7a525477ea50132c6eb87 /x11-wm/compiz-plugins-extra | |
parent | 3c6bf01b26a03fc1706ce6a305b857ff4e1473f5 (diff) | |
download | ports-6f87f0cae878bc418645c1513962417a1f80d226.tar.gz ports-6f87f0cae878bc418645c1513962417a1f80d226.zip |
Notes
Diffstat (limited to 'x11-wm/compiz-plugins-extra')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index 1ded36cbb862..3aef67ebb3b6 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -3,15 +3,15 @@ PORTNAME= compiz-plugins-extra PORTVERSION= 0.8.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Plugins for Compiz Composite Window Manager -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ + libnotify.so:${PORTSDIR}/devel/libnotify BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop \ ${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:${PORTSDIR}/x11-wm/compiz-plugins-main @@ -19,12 +19,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes -USE_BZIP2= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip GCONF_SCHEMAS= compiz-3d.schemas \ compiz-addhelper.schemas \ @@ -57,7 +56,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/group/group-internal.h \ |