diff options
author | Maho Nakata <maho@FreeBSD.org> | 2013-08-30 07:24:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2013-08-30 07:24:07 +0000 |
commit | 691ec98874face48062f215e22fec6ad4260a0a1 (patch) | |
tree | 62457587fba32c6d7bcbe98d32fd49546ec73211 /editors/openoffice-devel | |
parent | e6a82d9b3aeb4b343dc4db109c649f6f7630ff3f (diff) |
Notes
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 8fe8ed5bbccf..0b6597a55829 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -97,7 +97,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hico ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \ ${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf -.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE) +.if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache CCACHE_PREFIX= ccache OOOCC= ${CCACHE_PREFIX} ${CC} |