diff options
Diffstat (limited to 'devel/libindicator/Makefile')
-rw-r--r-- | devel/libindicator/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |