diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-19 00:57:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-19 00:57:07 +0000 |
commit | 6a7fba1ef961d43789018fda75a4205a09299200 (patch) | |
tree | d785d9ad6f5051b8750700f4b46f75a9f1d962c6 /editors/openoffice.org-3-devel | |
parent | 07672685b6350d8e84f6230dcfbc1331656b2fa2 (diff) | |
download | ports-6a7fba1ef961d43789018fda75a4205a09299200.tar.gz ports-6a7fba1ef961d43789018fda75a4205a09299200.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index c478cd542e10..3552e7e0ebaa 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -107,6 +107,7 @@ RUN_DEPEND+= ${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj- .if ${ARCH} == amd64 GCCVER=41 BUILD_DEPENDS+= gcc41:${PORTSDIR}/lang/gcc41 +RUN_DEPENDS+= gcc41:${PORTSDIR}/lang/gcc41 .else GCCVER=34 BUILD_DEPENDS+= gcc-ooo:${PORTSDIR}/lang/gcc-ooo |