diff options
author | adamw <adamw@FreeBSD.org> | 2004-11-24 00:14:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-11-24 00:14:17 +0800 |
commit | 6e7b16138acc7f5309cdd0c0879f211d0d6715d6 (patch) | |
tree | de7b1a5a48097ff02dd9013eba1e880a58524f21 /editors/openoffice-3 | |
parent | 868d5b728c590edaf46d3507a0c7935afafc72c2 (diff) | |
download | freebsd-ports-gnome-6e7b16138acc7f5309cdd0c0879f211d0d6715d6.tar.gz freebsd-ports-gnome-6e7b16138acc7f5309cdd0c0879f211d0d6715d6.tar.zst freebsd-ports-gnome-6e7b16138acc7f5309cdd0c0879f211d0d6715d6.zip |
Revert a dependency upon a non-existant port until the
openoffice team has a chance to fix their Makefile.
This should enable INDEX to build once again.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 5799c229c06e..72cad4eb58d1 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -78,8 +78,8 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ epm:${PORTSDIR}/devel/epm \ gpatch:${PORTSDIR}/devel/patch \ ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - bison-devel:${PORTSDIR}/devel/bison-devel + ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip +# bison-devel:${PORTSDIR}/devel/bison-devel LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ |