diff options
author | maho <maho@FreeBSD.org> | 2005-11-18 05:04:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-18 05:04:43 +0800 |
commit | ebebb80a68b533f57461bd437d62b29445355222 (patch) | |
tree | 4d3b1c0f2ffc9d4ed917ef18cd854b33b00d6443 /editors/openoffice-3 | |
parent | 32daecaa7230e3048d0eea25b7f8488a93b13b43 (diff) | |
download | freebsd-ports-gnome-ebebb80a68b533f57461bd437d62b29445355222.tar.gz freebsd-ports-gnome-ebebb80a68b533f57461bd437d62b29445355222.tar.zst freebsd-ports-gnome-ebebb80a68b533f57461bd437d62b29445355222.zip |
Use bison2 instead of bison-devel
Submitted by: ade
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 2b4ced30d78c..e73532fe7ad1 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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-devel:${PORTSDIR}/devel/bison-devel \ + bison2:${PORTSDIR}/devel/bison2 \ imake:${X_IMAKE_PORT} .if !defined(WITHOUT_JAVA) BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant |