diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-30 20:47:04 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-30 20:47:04 +0800 |
commit | a212b3d8288079d61dfaf4ab2be35419d9c43e0f (patch) | |
tree | 2bf85f7640e7a72ca1294fed55beb568e23cd49f /editors | |
parent | 9b2ebfebbe98fc3171b030aad60440904b0f5146 (diff) | |
download | freebsd-ports-graphics-a212b3d8288079d61dfaf4ab2be35419d9c43e0f.tar.gz freebsd-ports-graphics-a212b3d8288079d61dfaf4ab2be35419d9c43e0f.tar.zst freebsd-ports-graphics-a212b3d8288079d61dfaf4ab2be35419d9c43e0f.zip |
- Fix with bmake
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index b65f44469ee..ee97d25de98 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} |