diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 08:22:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 08:22:27 +0000 |
commit | 3c6bf01b26a03fc1706ce6a305b857ff4e1473f5 (patch) | |
tree | a78134c6a825cb0b801b2d882e7754b72150c021 /x11-wm | |
parent | cae00f7b5fbfb1867f8a4c8eed86422625948405 (diff) | |
download | ports-3c6bf01b26a03fc1706ce6a305b857ff4e1473f5.tar.gz ports-3c6bf01b26a03fc1706ce6a305b857ff4e1473f5.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/pkg-plist | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 1f619314511d..254cd38deb66 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -3,14 +3,14 @@ PORTNAME= compiz-plugins-unsupported PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 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 +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo 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 @@ -18,13 +18,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compi RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_GL= yes -USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig libtool tar:bzip2 USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GCONF_SCHEMAS= compiz-atlantis.schemas \ compiz-cubemodel.schemas \ @@ -38,5 +37,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-wm/compiz-plugins-unsupported/pkg-plist b/x11-wm/compiz-plugins-unsupported/pkg-plist index 0ba313026e51..e281a897da0a 100644 --- a/x11-wm/compiz-plugins-unsupported/pkg-plist +++ b/x11-wm/compiz-plugins-unsupported/pkg-plist @@ -66,4 +66,3 @@ share/compiz/snow1.png share/compiz/snow2.png share/compiz/snowflake.png share/compiz/stars1.png -@dirrmtry include/compiz |