aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-06-11 09:41:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-06-11 09:41:05 +0000
commitea61102b71e4f042e3d9cc192b96e0594f4357a3 (patch)
tree5aea263ba143a757aaff825348acfc20093444fd /deskutils
parent95f8f440f27044cc08ea14d555e1a653edf2dda3 (diff)
downloadports-ea61102b71e4f042e3d9cc192b96e0594f4357a3.tar.gz
ports-ea61102b71e4f042e3d9cc192b96e0594f4357a3.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/notify-osd/Makefile4
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile
index c8e68b0a6523..bea9f87b9c5f 100644
--- a/deskutils/notify-osd/Makefile
+++ b/deskutils/notify-osd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= notify-osd
PORTVERSION= 0.9.29
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/43419242/ \
CRITICAL
@@ -17,6 +17,8 @@ COMMENT= On-screen-display notification agent using libnotify
LICENSE= GPLv3
+CONFLICTS= xfce4-notification-daemon-[0-9]*
+
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
notify.4:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile
index f58fd987e144..4870f17775e9 100644
--- a/deskutils/xfce4-notification-daemon/Makefile
+++ b/deskutils/xfce4-notification-daemon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= notification-daemon
PORTVERSION= 0.3.7
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= deskutils xfce
MASTER_SITES= CRITICAL/
PKGNAMEPREFIX= xfce4-
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
--libexecdir=${PREFIX}/libexec/xfce4 \
--with-dbus-services=${PREFIX}/share/dbus-1/services
-CONFLICTS= notification-daemon-[0-9]* xfce4-notifyd-[0-9]*
+CONFLICTS= notification-daemon-[0-9]* xfce4-notifyd-[0-9]* notify-osd-[0-9]*
OPTIONS= GRADIENT "Show a gradient look in the default theme" off \
CLOSE "Show the close button in the default theme" on \