summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-02-01 10:43:36 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-02-01 10:43:36 +0000
commite61a34bc373ec05c3698b12bb0ef0ae737b14852 (patch)
tree933ee3b16e9288e2b1423044fcc9459289addae2 /editors/openoffice-1.0
parentFix a typo that caused cp to fail. (diff)
Fix the build dependendency for the JDK. We
don't need the USE_LINUX since the linux-sun-jdk port already has it defined.
Notes
Notes: svn path=/head/; revision=74417
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 338af5caad8e..8084bc9ff31e 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-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