diff options
author | pin <pin@pkgsrc.org> | 2022-05-12 09:34:31 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-05-12 09:34:31 +0000 |
commit | 1f1902559be1929b4cee524026674fd828a0d643 (patch) | |
tree | 45ba38a553b0944b74ef50fc32092b978c13e046 /textproc/angle-grinder/Makefile | |
parent | 80f20c83b5a9da75c8c7359c2e04f60723bd0982 (diff) | |
download | pkgsrc-1f1902559be1929b4cee524026674fd828a0d643.tar.gz |
textproc/angle-grinder: needs gmake
Diffstat (limited to 'textproc/angle-grinder/Makefile')
-rw-r--r-- | textproc/angle-grinder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index f87fb782926..5b1a8e65716 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/05/08 09:12:21 pin Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/12 09:34:31 pin Exp $ DISTNAME= angle-grinder-0.18.0 CATEGORIES= textproc @@ -13,7 +13,7 @@ LICENSE= mit .include "cargo-depends.mk" USE_LANGUAGES+= c c++ -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config INSTALLATION_DIRS= bin |