diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-27 23:59:13 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-27 23:59:13 +0000 |
commit | 9fd46c76a7081d112d192a7b93f8119940b532ee (patch) | |
tree | 15bf491f5b114d5ecb2058e7d654eadd3fad7cab /editors/openoffice-1.0 | |
parent | 88db621c2a673e5cb5ee11614b53fd8a62b4ed53 (diff) | |
download | FreeBSD-ports-9fd46c76a7081d112d192a7b93f8119940b532ee.zip FreeBSD-ports-9fd46c76a7081d112d192a7b93f8119940b532ee.tar.gz |
Use autoconf version > 2.5 to fix compile on CURRENT.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index a2cede0..f8d66e8 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -148,6 +148,7 @@ JAVAVM= ${JDK13DIR}/bin/java GNU_CONFIGURE= yes USE_AUTOCONF= yes +WANT_AUTOCONF_VER= 253 WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office LD_PATH1= ${WRKSRC}/../vos/unxfbsd.pro/lib/:${WRKSRC}/../ucbhelper/unxfbsd.pro/lib/ |