diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-10-06 12:26:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-10-06 12:26:36 +0000 |
commit | c4863b6c7f0e003c27df6dd9da9e60bdf682e142 (patch) | |
tree | 32c41ff17a2223efa45f4c702e6125b023a5e8b9 /editors | |
parent | 822677c8d92d7b290da113e853d6694f205f73b1 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index f36c73a39058..3805fbb9206a 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -108,6 +108,7 @@ PKGNAMESUFFIX?= -${LANG_SUFFIX} .endif BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 +RUN_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 # FIXME (correctly add ccache before gcc and g++) .if defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index df95b7ba5cf4..9739e763f3a9 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -108,6 +108,7 @@ PKGNAMESUFFIX?= -${LANG_SUFFIX} .endif BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 +RUN_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 # FIXME (correctly add ccache before gcc and g++) .if defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache |