diff options
author | obache <obache@pkgsrc.org> | 2013-06-10 11:40:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-10 11:40:47 +0000 |
commit | e149f00458fd9c00e7dac319efeb3730b81517f6 (patch) | |
tree | 1ffdd8a017da7cd768205beb2bf6d601be53b8d3 /sysutils | |
parent | 69cff8fc97d5fcc97e481897145392bdf6b22c2a (diff) | |
download | pkgsrc-e149f00458fd9c00e7dac319efeb3730b81517f6.tar.gz |
drop CONFLICTS with dbus-sharp.
It was the former PKGNAME of this package in pkgsrc-wip, but not conflicts with
the true dbus-sharp package.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ndesk-dbus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/ndesk-dbus/Makefile b/sysutils/ndesk-dbus/Makefile index 740be4167a6..8741d5be369 100644 --- a/sysutils/ndesk-dbus/Makefile +++ b/sysutils/ndesk-dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/05/09 07:40:32 adam Exp $ +# $NetBSD: Makefile,v 1.13 2013/06/10 11:40:47 obache Exp $ DISTNAME= ndesk-dbus-0.6.1a -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ @@ -12,7 +12,6 @@ COMMENT= C\# implementation of dbus GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake -CONFLICTS+= dbus-sharp-[0-9]* DEPENDS+= dbus>=1.0:../../sysutils/dbus PKGCONFIG_OVERRIDE+= ndesk-dbus-1.0.pc.in |