diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-09 04:12:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-09 04:12:35 +0800 |
commit | 32dd1b3b5c7fbd5833d6f8e0f4b4bd5ca7fcbcaa (patch) | |
tree | f437d9e9aa7ba364a3974d46e9db235def878145 | |
parent | 1d171440652d474a000cf71aa6f8cde0274db3f7 (diff) | |
download | marcuscom-ports-32dd1b3b5c7fbd5833d6f8e0f4b4bd5ca7fcbcaa.tar.gz marcuscom-ports-32dd1b3b5c7fbd5833d6f8e0f4b4bd5ca7fcbcaa.tar.zst marcuscom-ports-32dd1b3b5c7fbd5833d6f8e0f4b4bd5ca7fcbcaa.zip |
Chase notify shlib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15411 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/pino/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany3/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-screensaver3/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile index 9f8ede187..da8acd820 100644 --- a/net-im/pino/Makefile +++ b/net-im/pino/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple and fast Twitter and Identi.ca client BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - notify.1:${PORTSDIR}/devel/libnotify \ + notify.4:${PORTSDIR}/devel/libnotify \ soup-2.4.1:${PORTSDIR}/devel/libsoup \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile index c188b5818..64b649c4b 100644 --- a/www/epiphany3/Makefile +++ b/www/epiphany3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany3/Makefile,v 1.5 2011/02/13 00:56:10 avl Exp $ +# $MCom: ports/www/epiphany3/Makefile,v 1.6 2011/02/24 09:47:18 kwm Exp $ # PORTNAME= epiphany @@ -23,7 +23,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - notify.1:${PORTSDIR}/devel/libnotify \ + notify.4:${PORTSDIR}/devel/libnotify \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ diff --git a/x11/gnome-screensaver3/Makefile b/x11/gnome-screensaver3/Makefile index 1430a1514..591b0c32d 100644 --- a/x11/gnome-screensaver3/Makefile +++ b/x11/gnome-screensaver3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.121 2010/09/30 19:51:41 kwm Exp $ +# $MCom: ports/x11/gnome-screensaver3/Makefile,v 1.2 2011/02/24 09:41:41 kwm Exp $ # PORTNAME= gnome-screensaver @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen saver and locker -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ +LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks |