summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhe <he>2007-07-30 08:38:24 +0000
committerhe <he>2007-07-30 08:38:24 +0000
commit96dccf2f48e85a8002fd657556046695440cc4c2 (patch)
treedcf975270919fe5102c74c405a065fec3b69732c /sysutils
parentc7297a62dabb074dab90dc0266326786eb28b515 (diff)
downloadpkgsrc-96dccf2f48e85a8002fd657556046695440cc4c2.tar.gz
It turns out that users of po4a also need COLUMNS=76 set in the environment
in order to prevent a bulk build from stopping due to attempted tty i/o.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fakeroot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile
index eaab5be2c07..5bf302ad2d3 100644
--- a/sysutils/fakeroot/Makefile
+++ b/sysutils/fakeroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/07/30 08:38:24 he Exp $
#
DISTNAME= fakeroot_1.5.6
@@ -18,5 +18,7 @@ GNU_CONFIGURE= YES
# 3 test failures in 1.5.6
TEST_TARGET= check
+MAKE_ENV+= COLUMNS=76
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"