diff options
author | kwm <kwm@FreeBSD.org> | 2015-02-23 05:01:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-02-23 05:01:44 +0800 |
commit | f2a03af44a6814feb13e9a9cdfd189b97c0600c3 (patch) | |
tree | 67eb9f79c8472058d1ec2b2c3b3621d528089a10 /deskutils/xfce4-notification-daemon | |
parent | f795a6c19b9e0a98168b6eecf07a205656e4855c (diff) | |
download | freebsd-ports-gnome-f2a03af44a6814feb13e9a9cdfd189b97c0600c3.tar.gz freebsd-ports-gnome-f2a03af44a6814feb13e9a9cdfd189b97c0600c3.tar.zst freebsd-ports-gnome-f2a03af44a6814feb13e9a9cdfd189b97c0600c3.zip |
Update CONFLICTS.
xfce4-notifyd was updated to no longer conflict with notification-daemon.
There is no conflict anymore between notification-daemon and
xfce4-notification-daemon
Only notify-osd and xfce4-notification-daemon conflict with each other.
PR: 197851 (based on)
Submitted by: Ben Woods <woodsb02@gmail.com>
Reviewed by: maintainer (ehaupt@)
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 6fe3a8809703..1e2fe99d2de3 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -31,7 +31,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]* notify-osd-[0-9]* +CONFLICTS= notify-osd-[0-9]* OPTIONS_DEFINE= GRADIENT CLOSE NLS |