diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-09-08 15:36:05 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-09-08 15:36:05 +0000 |
commit | 2609f0e673852cc99eedf3a54918daaf90d06ed6 (patch) | |
tree | 3f02c4a5133cb0de78f5c6c2ac4aadc983ebece2 /editors/openoffice.org-3-devel | |
parent | 662f20a5594bb67f59b8d3d33d573302d35bd2e9 (diff) | |
download | ports-2609f0e673852cc99eedf3a54918daaf90d06ed6.tar.gz ports-2609f0e673852cc99eedf3a54918daaf90d06ed6.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 464666f4c594..941324b73b2c 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-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 |