diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-09-06 00:20:26 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-09-06 00:20:26 +0000 |
commit | b51c10928fcf67dfea6bc01f7cc9c008543f4cfd (patch) | |
tree | 7732b3eb4a63bcc458dc199f0cc03ede275f67ad /editors/openoffice.org-2-RC | |
parent | e0a4eab9f52f93b2ba1d1f86407b026b61f21326 (diff) |
backout previous change of dependency of bison.
Submitted by: "Jack L." <xxjack12xx@gmail.com>, linimon, Pascal Hofstee <caelian@gmail.com>,
and Marcus Alves Grando <marcus@corp.grupos.com.br>
Notes
Notes:
svn path=/head/; revision=142039
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index f72812e0dd3c..227e2f6bbb32 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -104,7 +104,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ gcp:${PORTSDIR}/sysutils/coreutils \ gpatch:${PORTSDIR}/devel/patch \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - bison:${PORTSDIR}/devel/bison \ + bison-devel:${PORTSDIR}/devel/bison-devel \ imake:${X_IMAKE_PORT} .if !defined(WITHOUT_JAVA) BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant |