Fri Apr 17 13:27:57 2020 UTC ()
this does not conflict with mypaint (it is required by mypaint)


(plunky)
diff -r1.4 -r1.5 pkgsrc/graphics/libmypaint/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/graphics/libmypaint/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libmypaint/Makefile 2020/03/04 13:02:16 1.4
+++ pkgsrc/graphics/libmypaint/Makefile 2020/04/17 13:27:57 1.5
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.4 2020/03/04 13:02:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2020/04/17 13:27:57 plunky Exp $
2 2
3DISTNAME= libmypaint-1.5.1 3DISTNAME= libmypaint-1.5.1
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/}
6GITHUB_PROJECT= libmypaint 6GITHUB_PROJECT= libmypaint
7GITHUB_RELEASE= v${PKGVERSION_NOREV} 7GITHUB_RELEASE= v${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://mypaint.org/ 11HOMEPAGE= http://mypaint.org/
12COMMENT= Library for making brushstrokes 12COMMENT= Library for making brushstrokes
13LICENSE= isc 13LICENSE= isc
14 14
15CONFLICTS+= mypaint-[0-9]* 
16 
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 16USE_LIBTOOL= yes
19USE_TOOLS+= intltool msgfmt msgmerge pkg-config xgettext 17USE_TOOLS+= intltool msgfmt msgmerge pkg-config xgettext
20 18
21PKGCONFIG_OVERRIDE+= gegl/libmypaint-gegl.pc.in 19PKGCONFIG_OVERRIDE+= gegl/libmypaint-gegl.pc.in
22PKGCONFIG_OVERRIDE+= libmypaint.pc.in 20PKGCONFIG_OVERRIDE+= libmypaint.pc.in
23 21
24.include "../../devel/gettext-lib/buildlink3.mk" 22.include "../../devel/gettext-lib/buildlink3.mk"
25.include "../../textproc/json-c/buildlink3.mk" 23.include "../../textproc/json-c/buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"