diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 23:06:20 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 23:06:20 +0000 |
commit | 0a3a57c1f5cd3dc99b944279dbb1b79822a3ff19 (patch) | |
tree | 4a10d8e191037f6f9613a3cd5045c2080f7c9c72 /editors/openoffice.org-3-RC/Makefile | |
parent | 6ecd1db2e7dd4966ffb3b0818d1d143adb61ce83 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 2f81232898a1..af9fd994daf2 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/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> |