diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /editors/ooo-build | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'editors/ooo-build')
-rw-r--r-- | editors/ooo-build/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index 5d74cfd..4710a40 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -5,6 +5,7 @@ PORTNAME= ooo-build PORTVERSION= ${OOOBUILD_VERSION} +PORTREVISION= 1 MASTER_SITES+= http://www.go-ooo.org/packages/OOF680/ \ http://www.go-ooo.org/packages/SRC680/ \ http://www.openclipart.org/downloads/0.18/:openclipart \ @@ -42,7 +43,7 @@ OOO_LIBWPG= libwpg-0.1.0~cvs20070608.tar.gz OOO_PATCHDIR=src680 MD5_FILE= ${.CURDIR}/distinfo -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS+= --enable-cairo CONFIGURE_ARGS+= --with-system-xrender-headers |