svn commit: r325675 - head/editors/openoffice-4
Bryan Drewery
bdrewery at FreeBSD.org
Fri Aug 30 12:47:05 UTC 2013
Author: bdrewery
Date: Fri Aug 30 12:47:04 2013
New Revision: 325675
URL: http://svnweb.freebsd.org/changeset/ports/325675
Log:
- Fix with bmake
Modified:
head/editors/openoffice-4/Makefile
Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile Fri Aug 30 12:11:48 2013 (r325674)
+++ head/editors/openoffice-4/Makefile Fri Aug 30 12:47:04 2013 (r325675)
@@ -96,7 +96,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/icons/h
${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}
More information about the svn-ports-all
mailing list