diff options
author | nia <nia@pkgsrc.org> | 2019-09-17 10:42:35 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-17 10:42:35 +0000 |
commit | fb840892f8ddf905e18c8387c0fc399b6583d60b (patch) | |
tree | ffdd7b475dec91963eb6e787ac91434e19f18571 /devel | |
parent | 37308d33597e2ec4490d35d456362011b6c4145f (diff) | |
download | pkgsrc-fb840892f8ddf905e18c8387c0fc399b6583d60b.tar.gz |
lib[app]indicator: Add SUPERSEDES
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libappindicator/Makefile | 5 | ||||
-rw-r--r-- | devel/libindicator/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/libappindicator/Makefile b/devel/libappindicator/Makefile index 493a8461b9f..b037df26ea2 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/09/09 13:25:47 nia Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/17 10:42:35 nia Exp $ DISTNAME= libappindicator-12.10.0 PKGREVISION= 2 @@ -10,6 +10,9 @@ HOMEPAGE= https://launchpad.net/libappindicator/ COMMENT= Allow applications to export a menu into the panel LICENSE= gnu-lgpl-v3 AND gnu-lgpl-v2.1 +CONFLICTS+= libappindicator3-[0-9]* +SUPERSEDES+= libappindicator3-[0-9]* + EXTRACT_USING= gtar GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/libindicator/Makefile b/devel/libindicator/Makefile index c13ba016bac..98ab72115cb 100644 --- a/devel/libindicator/Makefile +++ b/devel/libindicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/09/09 13:25:47 nia Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/17 10:42:35 nia Exp $ DISTNAME= libindicator-12.10.1 PKGREVISION= 9 @@ -10,6 +10,9 @@ HOMEPAGE= https://launchpad.net/libindicator COMMENT= GTK+3 symbols and convience functions for indicators LICENSE= gnu-gpl-v3 +CONFLICTS+= libindicator3-[0-9]* +SUPERSEDES+= libindicator3-[0-9]* + EXTRACT_USING= gtar GNU_CONFIGURE= yes USE_LIBTOOL= yes |