pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/toilet Needs gmake, at least for the man page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cbd6bfae7c7
branches:  trunk
changeset: 364605:3cbd6bfae7c7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 01 12:42:21 2017 +0000

description:
Needs gmake, at least for the man page.

diffstat:

 misc/toilet/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 89fc61e67d72 -r 3cbd6bfae7c7 misc/toilet/Makefile
--- a/misc/toilet/Makefile      Sat Jul 01 12:06:47 2017 +0000
+++ b/misc/toilet/Makefile      Sat Jul 01 12:42:21 2017 +0000
@@ -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 @@
 COMMENT=       Free replacement for the FIGlet utility
 # LICENSE=     wtfpl
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index