diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-03 02:30:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-03 02:30:22 +0000 |
commit | e0d015458900c8774be93efd1722aa17021b656e (patch) | |
tree | 42cd510d7015993b37903d2ad56fdd71ed6dbc96 | |
parent | 4145a63a8084b54890d7992c26aa3e0bb35c4ab7 (diff) |
Notes
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 1f13428c13e4..77c858ddf722 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -110,7 +110,8 @@ CXX= g++32 .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - gcp:${PORTSDIR}/sysutils/coreutils + gcp:${PORTSDIR}/sysutils/coreutils \ + imake:${X_IMAKE_PORT} .if defined(WITHOUT_JAVA) LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt .else diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 1f13428c13e4..77c858ddf722 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -110,7 +110,8 @@ CXX= g++32 .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - gcp:${PORTSDIR}/sysutils/coreutils + gcp:${PORTSDIR}/sysutils/coreutils \ + imake:${X_IMAKE_PORT} .if defined(WITHOUT_JAVA) LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt .else |