From f37688bca691c4a4b0ac508fceaba78fb05a7f2e Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 3 Aug 2002 15:11:40 +0000 Subject: since we override do-build target, we need to call ${_ULIMIT_CMD} explicitly, too --- misc/openoffice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 438b0216ca9..e04cda7fff4 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/08/02 20:33:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.19 2002/08/03 15:11:40 jdolecek Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -75,7 +75,7 @@ DISPLAY= ':2' pre-build: checkforx do-build: - tcsh -c "setenv DISPLAY '${DISPLAY}'; cd ${WRKSRC}/..&& \ + ${_ULIMIT_CMD}tcsh -c "setenv DISPLAY '${DISPLAY}'; cd ${WRKSRC}/..&& \ ./bootstrap&& source *.Set&& dmake" pre-install: checkforx -- cgit v1.2.3