summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-03 00:00:14 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-03 00:00:14 +0000
commit726335a5738203541a922e92a231495fe52a5ed6 (patch)
tree9ce6fa9d27c2a8bc14efef1badfb959fed440af0 /editors/openoffice/Makefile
parentAdd xmms-fishmatic 0.0.1, an XMMS non-static OpenGL stereogram (diff)
Fix dependency of pth and fix jdk paths
Notes
Notes: svn path=/head/; revision=55431
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 540dcca90adc..6c68d25c5f1f 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -24,19 +24,21 @@ EXTRACT_AFTER_ARGS_R= | ${TAR} -xf -
EXTRACT_CMD_R= ${GZIP_CMD}
GCC_VERSION!= ${CC} --version
+JDK13DIR?= ${LOCALBASE}/jdk1.3.1
+JAVAVM= ${JDK13DIR}/bin/java
BUILD_DEPENDS= stlport:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13
-BUILD_DEPENDS+= pth:${PORTSDIR}/devel/pth
+BUILD_DEPENDS+= pth-config:${PORTSDIR}/devel/pth
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/oo_641_src/config_office
CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \
- --with-jdk-home=${PREFIX}/jdk1.3.1
+ --with-jdk-home=${JDK13DIR}
.include <bsd.port.pre.mk>