diff options
author | maho <maho@FreeBSD.org> | 2005-09-06 06:53:15 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-06 06:53:15 +0800 |
commit | e99a7670b3cb7302e720b0fbed5ec0685dc2d6b9 (patch) | |
tree | 6dced48568adc279309b16863f4356923e3534c5 /editors/openoffice-3-devel | |
parent | b844e37c04f48bc44b107746b672b4182fa88670 (diff) | |
download | freebsd-ports-gnome-e99a7670b3cb7302e720b0fbed5ec0685dc2d6b9.tar.gz freebsd-ports-gnome-e99a7670b3cb7302e720b0fbed5ec0685dc2d6b9.tar.zst freebsd-ports-gnome-e99a7670b3cb7302e720b0fbed5ec0685dc2d6b9.zip |
The bison port has been updated 2.0, so
bison-devel is no longer needed.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index f51ffa4a345f..dfd8f0680358 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-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-devel:${PORTSDIR}/devel/bison-devel \ + bison:${PORTSDIR}/devel/bison \ imake:${X_IMAKE_PORT} .if !defined(WITHOUT_JAVA) BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant |