summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-06-03 07:11:52 +0000
committerobache <obache@pkgsrc.org>2014-06-03 07:11:52 +0000
commit2ef2a418d5f4445482d0181098b579c568906900 (patch)
tree68a197cd57884c9c82aa74506ca71e3708d9f16f
parentd008cc50f2eb5eef42466c2dd6d0780a7e253873 (diff)
downloadpkgsrc-2ef2a418d5f4445482d0181098b579c568906900.tar.gz
makeinfo is required to build.
-rw-r--r--net/gnetcat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile
index dde54f319b5..f259a22420f 100644
--- a/net/gnetcat/Makefile
+++ b/net/gnetcat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:24 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/06/03 07:11:52 obache Exp $
DISTNAME= netcat-0.7.1
PKGNAME= gnetcat-0.7.1
@@ -12,7 +12,7 @@ COMMENT= Read and write data across network connections
GNU_CONFIGURE= YES
INFO_FILES= yes
-USE_TOOLS+= msgfmt
+USE_TOOLS+= msgfmt makeinfo
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"