diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:45:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:45:39 +0800 |
commit | 333ad182fc54febd7d70b8635be3285fd9e832ad (patch) | |
tree | e337b1fa716ffa0ba9f0af247e670581b98b19fb | |
parent | 8a745f763d5731b4d0b21a991446c774846a9a01 (diff) | |
download | marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar.gz marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar.bz2 marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar.lz marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar.xz marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.tar.zst marcuscom-ports-333ad182fc54febd7d70b8635be3285fd9e832ad.zip |
Fix a dumb typo in the dbus chases.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7627 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/policykit/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-screensaver/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-session/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index b59cd7c3a..222aeed7a 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/policykit/Makefile,v 1.10 2006/09/10 00:51:13 mezz Exp $ +# $MCom: ports/sysutils/policykit/Makefile,v 1.11 2006/10/07 17:10:08 marcus Exp $ # PORTNAME= policykit @@ -16,7 +16,7 @@ DISTNAME= PolicyKit-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Framework for controlling access to system-wide components -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes USE_GNOME= gnomehack gnometarget diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index de84f16f0..d761f0c2a 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.125 2006/10/03 12:21:51 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.126 2006/10/07 17:10:08 marcus Exp $ # PORTNAME= epiphany @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_LDCONFIG= yes diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index f3249a0a5..6c9fc5cd3 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.56 2006/10/03 12:43:41 ahze Exp $ +# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.57 2006/10/07 17:10:08 marcus Exp $ # PORTNAME= gnome-screensaver @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen saver and locker -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks USE_BZIP2= yes diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index df59a69d6..d19ad5ed1 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.94 2006/10/03 11:42:10 ahze Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.95 2006/10/07 17:10:08 marcus Exp $ # PORTNAME= gnome-session @@ -24,7 +24,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus-glib \ +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gnome-keyring.0:${PORTSDIR}/security/gnome-keyring RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center |