diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-10-22 12:12:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-10-22 12:12:29 +0000 |
commit | 305f4eaf68dbd8975f5dce3eccf0edebd30b0cc3 (patch) | |
tree | f10ce3a79a8cd2837a7a25df367d8dcb9558749e /deskutils/notification-daemon | |
parent | 74c3e17cb2c3f7b9ce0d09bbc200028e56c6bbc4 (diff) | |
download | ports-305f4eaf68dbd8975f5dce3eccf0edebd30b0cc3.tar.gz ports-305f4eaf68dbd8975f5dce3eccf0edebd30b0cc3.zip |
Register CONFLICTS
Notes
Notes:
svn path=/head/; revision=243214
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 3d5222bd5d5c..a594e88e93ba 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -8,7 +8,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -33,6 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= notification-daemon.schemas -CONFLICTS= xfce4-notification-daemon-[0-9]* +CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]* .include <bsd.port.mk> |