diff options
author | abs <abs> | 2002-09-02 02:43:35 +0000 |
---|---|---|
committer | abs <abs> | 2002-09-02 02:43:35 +0000 |
commit | d19494327bd9fa49b2b918bcfc27f741da6a4a59 (patch) | |
tree | 2dcf4c37b16c104714bb762b9011c64c558bb371 /misc | |
parent | b82f79e85a831863e13f56cecf90ad3ae3f4e7b3 (diff) | |
download | pkgsrc-d19494327bd9fa49b2b918bcfc27f741da6a4a59.tar.gz |
UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mk
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 5d9f081e814..fbe1a2e6ad9 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/08/08 14:59:36 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2002/09/02 02:43:35 abs Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -42,9 +42,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} CONFIGURE_ARGS+= --with-jdk-home=${JAVA_HOME} -# Needed for sun-jdk 1.4 javac -UNLIMIT_RESOURCES= datasize - TEMP?= ${WRKSRC} post-extract: |