diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
commit | 3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (patch) | |
tree | 68342fb1f69328250a70a12fa0a583adde8d3f52 /deskutils/notification-daemon | |
parent | Update to 0.60. (diff) |
Chase the dbus shared lib version.
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index fe76db91eb6e..31cd280f51a6 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -7,13 +7,14 @@ PORTNAME= notification-daemon PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ MAINTAINER= andreas@syndrom23.de COMMENT= Send small notifications to your desktop -LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \ notify.0:${PORTSDIR}/devel/libnotify \ sexy:${PORTSDIR}/x11-toolkits/libsexy |