diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-02-01 10:43:36 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-02-01 10:43:36 +0000 |
commit | e61a34bc373ec05c3698b12bb0ef0ae737b14852 (patch) | |
tree | 933ee3b16e9288e2b1423044fcc9459289addae2 /editors/openoffice.org-1.0 | |
parent | ebc34f62276cbb5c82947dfd2a807f7840ab7582 (diff) | |
download | ports-e61a34bc373ec05c3698b12bb0ef0ae737b14852.tar.gz ports-e61a34bc373ec05c3698b12bb0ef0ae737b14852.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 338af5caad8e..8084bc9ff31e 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -114,13 +114,14 @@ MAINTAINER= openoffice@FreeBSD.org BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/jakarta-ant -BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 BUILD_DEPENDS+= ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer .endif .if !defined(WITH_BSD_JDK) -USE_LINUX= yes +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/linux-sun-jdk13 +.else +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 .endif USE_PERL5= yes |