diff options
author | maho <maho@FreeBSD.org> | 2006-09-19 08:57:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-19 08:57:07 +0800 |
commit | a6974e6b7690479c0e4a73b42ba92fce2bed0448 (patch) | |
tree | 827e043eb07fccc13250a494845826b1da698ac2 /editors/openoffice-3 | |
parent | 4d1decf487a311ddd18ce6ad48516e0976a76f4d (diff) | |
download | freebsd-ports-gnome-a6974e6b7690479c0e4a73b42ba92fce2bed0448.tar.gz freebsd-ports-gnome-a6974e6b7690479c0e4a73b42ba92fce2bed0448.tar.zst freebsd-ports-gnome-a6974e6b7690479c0e4a73b42ba92fce2bed0448.zip |
Add RUN_DEPENDS of gcc41 for amd64.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 680d85eec9cd..dd80324efcf8 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -105,6 +105,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 |