diff options
author | maho <maho@FreeBSD.org> | 2005-09-06 08:20:26 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-06 08:20:26 +0800 |
commit | 98a0412466898ee76af1afdf7ce71e4154199420 (patch) | |
tree | 3b92558618003efaf29dcabee50d89c70c31559a /editors/openoffice.org-2.0-devel | |
parent | 0cc038a4a012f831fe4286a8a9fdb0413ae856f5 (diff) | |
download | freebsd-ports-gnome-98a0412466898ee76af1afdf7ce71e4154199420.tar.gz freebsd-ports-gnome-98a0412466898ee76af1afdf7ce71e4154199420.tar.zst freebsd-ports-gnome-98a0412466898ee76af1afdf7ce71e4154199420.zip |
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>
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index dfd8f0680358..f51ffa4a345f 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -107,7 +107,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 |