diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-03 02:08:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-03 02:08:07 +0000 |
commit | 4145a63a8084b54890d7992c26aa3e0bb35c4ab7 (patch) | |
tree | 5c729b5b276d45fbd82c054a873abfad84b58449 /editors/openoffice-3 | |
parent | bacfcfd1486853a7fc04a15921c14fa12aeb534d (diff) |
fix by adding imake dependency
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=138361
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 790506c9409c..0f0cadca72cc 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -82,7 +82,8 @@ 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-devel:${PORTSDIR}/devel/bison-devel \ + imake:${X_IMAKE_PORT} .if defined(WITHOUT_JAVA) LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt .else |