diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-07-01 12:42:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-07-01 12:42:21 +0000 |
commit | e2bfdd85eb8a70d0526b144f03722a5b518a09c5 (patch) | |
tree | 01a3da41a84eb4722725acda78e9d257f7d87e82 /misc | |
parent | 6b1fcd44bc60b68c3d26dd17c372de167c43efd5 (diff) | |
download | pkgsrc-e2bfdd85eb8a70d0526b144f03722a5b518a09c5.tar.gz |
Needs gmake, at least for the man page.
Diffstat (limited to 'misc')
-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 |