summaryrefslogtreecommitdiff
path: root/editors/openoffice/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/Makefile
parentfix patch for build on bento (diff)
Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them
while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed)
Notes
Notes: svn path=/head/; revision=55747
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 2f81232898a1..af9fd994daf2 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/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>