diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-04-08 14:55:30 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-04-08 14:55:30 +0800 |
commit | a8d87e6585083bcecedfd1bacdd7194760572c81 (patch) | |
tree | 165221f9b7380913ddc22a9de11ef3c7daa73a8c /x11-wm/compiz-fusion | |
parent | f0131333c5693a1c2fa844f11f06ae31ea6b9967 (diff) | |
download | freebsd-ports-gnome-a8d87e6585083bcecedfd1bacdd7194760572c81.tar.gz freebsd-ports-gnome-a8d87e6585083bcecedfd1bacdd7194760572c81.tar.zst freebsd-ports-gnome-a8d87e6585083bcecedfd1bacdd7194760572c81.zip |
Update to 0.8.2
o Start removing the fusion name from plugins.
Diffstat (limited to 'x11-wm/compiz-fusion')
-rw-r--r-- | x11-wm/compiz-fusion/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/compiz-fusion/Makefile b/x11-wm/compiz-fusion/Makefile index 3ccc4af3901a..e94c3c107df7 100644 --- a/x11-wm/compiz-fusion/Makefile +++ b/x11-wm/compiz-fusion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= compiz-fusion -PORTVERSION= 0.7.8 +PORTVERSION= 0.8.2 #PORTREVISION= 0 CATEGORIES= x11-wm MASTER_SITES= # none @@ -18,7 +18,7 @@ COMMENT= Metaport of compiz-fusion LIB_DEPENDS= compizconfig:${PORTSDIR}/x11-wm/libcompizconfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \ - ${LOCALBASE}/lib/compiz/libanimation.so:${PORTSDIR}/x11-wm/compiz-fusion-plugins-main \ + ${LOCALBASE}/lib/compiz/libanimation.so:${PORTSDIR}/x11-wm/compiz-plugins-main \ ${LOCALBASE}/bin/ccsm:${PORTSDIR}/x11-wm/ccsm NO_BUILD= yes @@ -35,11 +35,11 @@ do-install: # empty .include <bsd.port.pre.mk> .if !defined(WITHOUT_EXTRA) -RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libaddhelper.so:${PORTSDIR}/x11-wm/compiz-fusion-plugins-extra +RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libaddhelper.so:${PORTSDIR}/x11-wm/compiz-plugins-extra .endif .if defined(WITH_UNSUP) -RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libfakeargb.so:${PORTSDIR}/x11-wm/compiz-fusion-plugins-unsupported +RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libfakeargb.so:${PORTSDIR}/x11-wm/compiz-plugins-unsupported .endif .if !defined(WITHOUT_EMERALD) |