diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-04-12 02:44:15 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-04-12 02:44:15 +0800 |
commit | 5422c4e52963897597b72fe8ff632aad59f735ea (patch) | |
tree | b4823242bf6de071175bdd26dec5a703b7fadaf7 /x11-wm | |
parent | 5128aa6d37c43478342c3d222e7ed7fa4836fe74 (diff) | |
download | freebsd-ports-gnome-5422c4e52963897597b72fe8ff632aad59f735ea.tar.gz freebsd-ports-gnome-5422c4e52963897597b72fe8ff632aad59f735ea.tar.zst freebsd-ports-gnome-5422c4e52963897597b72fe8ff632aad59f735ea.zip |
Make pointyhat happy by adding depend on plugins-main.
Reported by: pointyhat (pav)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 20d91a72c6fe..765d15418078 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz-plugins-unsupported PORTVERSION= 0.8.2 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -16,7 +16,10 @@ COMMENT= Plugins for Compiz Composite Window Manager LIB_DEPENDS= cairo.2:${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/bcop.pc:${PORTSDIR}/devel/compiz-bcop \ + ${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:${PORTSDIR}/x11-wm +/compiz-plugins-main + RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |