diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
commit | 0dec7a6a066d910f283580f32c6966e2e02486b4 (patch) | |
tree | e2d3e30d7998b821ac7fdae9451b2bc9ea7bd1e8 /graphics/mypaint-brushes/Makefile | |
parent | 7207b5fc75eea84622b7b058f15171f239092158 (diff) | |
download | pkgsrc-0dec7a6a066d910f283580f32c6966e2e02486b4.tar.gz |
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
Diffstat (limited to 'graphics/mypaint-brushes/Makefile')
-rw-r--r-- | graphics/mypaint-brushes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mypaint-brushes/Makefile b/graphics/mypaint-brushes/Makefile index b36c4b7c854..b13bb421add 100644 --- a/graphics/mypaint-brushes/Makefile +++ b/graphics/mypaint-brushes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/04/17 13:31:31 plunky Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:25 wiz Exp $ DISTNAME= mypaint-brushes-2.0.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ LICENSE= cc0-1.0-universal GNU_CONFIGURE= yes AUTOCONF_REQD= 2.62 AUTOMAKE_REQD= 1.13 -USE_TOOLS+= autoconf automake gmake pkg-config +USE_TOOLS+= autoconf automake gmake USE_LANGUAGES= # none PKGCONFIG_OVERRIDE+= pkgconfig.pc.in |