diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /editors/openoffice.org-3-RC | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 783889674361..cd778659d59d 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -7,6 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= 2.3.${SNAPDATE} +PORTREVISION= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ @@ -119,7 +120,6 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ gcp:${PORTSDIR}/sysutils/coreutils \ gpatch:${PORTSDIR}/devel/patch \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - bison2:${PORTSDIR}/devel/bison2 \ bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant @@ -127,6 +127,7 @@ BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl .endif +USE_BISON= build GNU_CONFIGURE= yes WRKSRC?= ${WRKDIR}/${OOOTAG} CONFIGURE_WRKSRC= ${WRKSRC}/config_office |