diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-23 21:18:46 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-23 21:18:46 +0800 |
commit | 5659402f96d3ade56eee1c1517e847f7b8717b40 (patch) | |
tree | 04b356e251bbd8b8b94f4335fe8a8d032a708da5 /deskutils | |
parent | 8a1011cda706ed97b7dd1963415b1775e08ffa03 (diff) | |
download | freebsd-ports-gnome-5659402f96d3ade56eee1c1517e847f7b8717b40.tar.gz freebsd-ports-gnome-5659402f96d3ade56eee1c1517e847f7b8717b40.tar.zst freebsd-ports-gnome-5659402f96d3ade56eee1c1517e847f7b8717b40.zip |
deskutils/xfce4-notification-daemon: Mark DEPRECATED
No longer maintained upstream, replaced by deskutils/xfce4-notifyd
Approved by: ehaupt (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D7199
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index e61f8a3c0bab..e71a04c691cf 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -22,6 +22,9 @@ LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ libfreetype.so:print/freetype2 RUN_DEPENDS= dbus-daemon:devel/dbus +DEPRECATED= No longer supported by upstream, replaced with deskutils/xfce4-notifyd +EXPIRATION_DATE=2016-11-23 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 |