diff options
author | schmonz <schmonz> | 2017-07-01 12:42:21 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2017-07-01 12:42:21 +0000 |
commit | db10997c1afe4b2e7617d249e7356fe51daed676 (patch) | |
tree | 099347d8c317038047bb56de9fe5578c2eb69f9a | |
parent | 2af0f0d3e62465380b1559e324519573f13443c3 (diff) | |
download | pkgsrc-db10997c1afe4b2e7617d249e7356fe51daed676.tar.gz |
Needs gmake, at least for the man page.
-rw-r--r-- | misc/toilet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index d0a2633d37d..841d7405ab3 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/10/10 06:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/07/01 12:42:21 schmonz Exp $ DISTNAME= toilet-0.3 CATEGORIES= misc @@ -9,7 +9,7 @@ HOMEPAGE= http://caca.zoy.org/wiki/toilet COMMENT= Free replacement for the FIGlet utility # LICENSE= wtfpl -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |