diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /editors/openoffice.org-2 | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | FreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip FreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 4de2ebb..56064ca 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/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 |