diff options
author | jdolecek <jdolecek> | 2002-08-03 15:11:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2002-08-03 15:11:40 +0000 |
commit | f37688bca691c4a4b0ac508fceaba78fb05a7f2e (patch) | |
tree | c53736787d30ca9644af654712de1cb8a8fba299 /misc/openoffice | |
parent | 3a51539e24726183f62b89c6c5c437f3c3443163 (diff) | |
download | pkgsrc-f37688bca691c4a4b0ac508fceaba78fb05a7f2e.tar.gz |
since we override do-build target, we need to call ${_ULIMIT_CMD}
explicitly, too
Diffstat (limited to 'misc/openoffice')
-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 |