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-3 | |
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-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 4de2ebb6d233..56064cadc96a 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -120,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 @@ -128,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 |