diff options
author | maho <maho@FreeBSD.org> | 2006-10-06 20:26:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-10-06 20:26:36 +0800 |
commit | 83a314217774b03975be8fa0b77bc545018b0770 (patch) | |
tree | faa46cc7ed39a4b1fcdfe1ca9f5335adcac82c90 /editors/openoffice.org-1.1-devel | |
parent | 427a746f1d1b05ed7791e6295473f20dcddebe9a (diff) | |
download | freebsd-ports-graphics-83a314217774b03975be8fa0b77bc545018b0770.tar.gz freebsd-ports-graphics-83a314217774b03975be8fa0b77bc545018b0770.tar.zst freebsd-ports-graphics-83a314217774b03975be8fa0b77bc545018b0770.zip |
Add gcc33 in RUN_DEPENDS section. We no longer pass --disable-shared
in gcc33 port as default.
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index f36c73a3905..3805fbb9206 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -108,6 +108,7 @@ PKGNAMESUFFIX?= -${LANG_SUFFIX} .endif BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 +RUN_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33 # FIXME (correctly add ccache before gcc and g++) .if defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache |