diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-08 15:36:05 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-08 15:36:05 +0000 |
commit | c7dc28e461e78cea38f0944328b473a0e08dbf1c (patch) | |
tree | 9fe1e5c1b6e1f529e77b134a2459792eb9499600 /editors/openoffice-3 | |
parent | 26072e4566eb3f4982df046139bf621f734c5f99 (diff) | |
download | FreeBSD-ports-c7dc28e461e78cea38f0944328b473a0e08dbf1c.zip FreeBSD-ports-c7dc28e461e78cea38f0944328b473a0e08dbf1c.tar.gz |
Add gcc port dependency.
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 464666f..941324b 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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 |