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 /net/libquvi-scripts | |
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 'net/libquvi-scripts')
-rw-r--r-- | net/libquvi-scripts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libquvi-scripts/Makefile b/net/libquvi-scripts/Makefile index b06b08a60c7..18c24751dc9 100644 --- a/net/libquvi-scripts/Makefile +++ b/net/libquvi-scripts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/03/20 11:58:08 nia Exp $ +# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libquvi-scripts-0.4.21 CATEGORIES= net @@ -13,7 +13,6 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= quvi<=0.2.19 GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= # none CONFIGURE_ARGS+= --with-nsfw |