diff options
author | maho <maho@FreeBSD.org> | 2004-03-19 04:31:38 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-19 04:31:38 +0000 |
commit | 932168ba33ed62881c1c0faceba54f98bf7c7729 (patch) | |
tree | d92fb316cd5266582495cb31ac450c98c3085a6d /editors | |
parent | e092ddf65cc82034a155bcb49e183bb1685bdc9e (diff) | |
download | FreeBSD-ports-932168ba33ed62881c1c0faceba54f98bf7c7729.zip FreeBSD-ports-932168ba33ed62881c1c0faceba54f98bf7c7729.tar.gz |
In some environments, they cannot java.
So put JDKDIR in CONFIGURE_ARGS explicitly.
Submitted by: many people
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 9a5d69d..01d8bbc 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -154,7 +154,7 @@ DISPLAYHACK=localhost:1001 CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no +CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no --with-jdk-home=${JDKDIR} .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 9a5d69d..01d8bbc 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -154,7 +154,7 @@ DISPLAYHACK=localhost:1001 CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no +CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no --with-jdk-home=${JDKDIR} .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 9a5d69d..01d8bbc 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -154,7 +154,7 @@ DISPLAYHACK=localhost:1001 CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no +CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no --with-jdk-home=${JDKDIR} .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 9a5d69d..01d8bbc 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -154,7 +154,7 @@ DISPLAYHACK=localhost:1001 CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no +CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no --with-jdk-home=${JDKDIR} .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 |