diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2002-08-03 15:11:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2002-08-03 15:11:40 +0000 |
commit | 099c7c00dedae265a9cbdaab19e4c400c20a95d8 (patch) | |
tree | c53736787d30ca9644af654712de1cb8a8fba299 /misc | |
parent | 6f4aacf5502eb5a41d61966349adc8b9de238d24 (diff) | |
download | pkgsrc-099c7c00dedae265a9cbdaab19e4c400c20a95d8.tar.gz |
since we override do-build target, we need to call ${_ULIMIT_CMD}
explicitly, too
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |