aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/Makefile')
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index 464666f4c594..941324b73b2c 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -90,6 +90,7 @@ LANG_SORTED=`${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
.if ${OSVERSION} < 500000
# OOo requires gcc 3.3 (not systems's gcc)
+BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33
USE_GCC=3.3 # make no sense yet
CC= gcc33
CXX= g++33