summaryrefslogtreecommitdiff
path: root/x11-wm/compiz
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-10-25 20:24:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-10-25 20:24:14 +0000
commit18dbf15ad5ba48cd5b0b5a80c68b47fe934f521c (patch)
treee25bfa5d6c2204be4b5f6efbd2aa4a88af02cc23 /x11-wm/compiz
parent- Update to 0.4.0 (diff)
- Fix the run depends syntax
Reported by: maintainer
Notes
Notes: svn path=/head/; revision=202023
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index d927ac3bf92d..6f37b67647f2 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -15,8 +15,6 @@ COMMENT= Compiz Composite/Window Manager
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-RUN_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- startup-notification-1.0:${PORTSDIR}/x11/startup-notification
XORG_CAT= app
GNU_CONFIGURE= yes
@@ -125,9 +123,11 @@ PLIST_SUB+= GNOME="@comment "
.if defined(WITH_DBUS)
CONFIGURE_ARGS+= --enable-dbus
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus
.if defined(WITH_GTK) || defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-dbus-glib
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
.endif
PLIST_SUB+= DBUS=""
.else
@@ -138,6 +138,7 @@ PLIST_SUB+= DBUS="@comment "
.if defined(WITH_FUSEFS)
CONFIGURE_ARGS+= --enable-fuse
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
PLIST_SUB+= FUSEFS=""
.else
CONFIGURE_ARGS+= --disable-fuse