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 /biology | |
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 'biology')
-rw-r--r-- | biology/racon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/racon/Makefile b/biology/racon/Makefile index f7a7be58d25..5a679b4082a 100644 --- a/biology/racon/Makefile +++ b/biology/racon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/26 18:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:20 wiz Exp $ GITHUB_PROJECT= racon DISTNAME= racon-v1.4.3 @@ -13,7 +13,6 @@ COMMENT= Genomic consensus builder LICENSE= mit USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= vendor/bioparser/vendor/zlib/contrib/minizip/minizip.pc.in |