aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-30 20:47:04 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-30 20:47:04 +0800
commite4bc35055c6541bf7453569381deccec8c540b9f (patch)
tree2bf85f7640e7a72ca1294fed55beb568e23cd49f /editors
parent882fddcb55ecf2a7b0a941ca6667dc9ca749df73 (diff)
downloadfreebsd-ports-gnome-e4bc35055c6541bf7453569381deccec8c540b9f.tar.gz
freebsd-ports-gnome-e4bc35055c6541bf7453569381deccec8c540b9f.tar.zst
freebsd-ports-gnome-e4bc35055c6541bf7453569381deccec8c540b9f.zip
- Fix with bmake
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index b65f44469eee..ee97d25de982 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -96,7 +96,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}