aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-08 23:06:20 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-08 23:06:20 +0000
commit0a3a57c1f5cd3dc99b944279dbb1b79822a3ff19 (patch)
tree4a10d8e191037f6f9613a3cd5045c2080f7c9c72 /editors/openoffice.org-2/Makefile
parent6ecd1db2e7dd4966ffb3b0818d1d143adb61ce83 (diff)
downloadports-0a3a57c1f5cd3dc99b944279dbb1b79822a3ff19.tar.gz
ports-0a3a57c1f5cd3dc99b944279dbb1b79822a3ff19.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2/Makefile')
-rw-r--r--editors/openoffice.org-2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 2f81232898a1..af9fd994daf2 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -35,10 +35,12 @@ BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13
BUILD_DEPENDS+= pth-config:${PORTSDIR}/devel/pth
GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office
CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \
- --with-jdk-home=${JDK13DIR}
+ --with-jdk-home=${JDK13DIR} \
+ --with-os-version=${OSVERSION}
.include <bsd.port.pre.mk>