diff options
author | maho <maho@FreeBSD.org> | 2007-07-03 02:24:26 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-03 02:24:26 +0000 |
commit | 54b9b96ec4756251ed9e583c8f18e627c327adcf (patch) | |
tree | e4ac972a84ce688014c4ccb19297d20dc4980a62 /editors/openoffice-3-devel | |
parent | 705110b0f0e344890df695d2f4d7ab061c3881af (diff) | |
download | FreeBSD-ports-54b9b96ec4756251ed9e583c8f18e627c327adcf.zip FreeBSD-ports-54b9b96ec4756251ed9e583c8f18e627c327adcf.tar.gz |
A build fix.
Now shells/bash is required for building libxslt module.
Submitted by: Jack L. <xxjack12xx@gmail.com>
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 4367cf1..6ae59df 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -115,6 +115,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ gpatch:${PORTSDIR}/devel/patch \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bison2:${PORTSDIR}/devel/bison2 \ + bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) |