diff options
author | maho <maho@FreeBSD.org> | 2013-08-30 15:24:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2013-08-30 15:24:07 +0800 |
commit | e99f65174da047d8fb20e88631ebb713feb8053b (patch) | |
tree | 62457587fba32c6d7bcbe98d32fd49546ec73211 /editors/openoffice-devel | |
parent | bf02bc4af6bc89c48275f88fe41afae1d1b3a486 (diff) | |
download | freebsd-ports-gnome-e99f65174da047d8fb20e88631ebb713feb8053b.tar.gz freebsd-ports-gnome-e99f65174da047d8fb20e88631ebb713feb8053b.tar.zst freebsd-ports-gnome-e99f65174da047d8fb20e88631ebb713feb8053b.zip |
Fix mismatched {}
PR: 181667
Submitted by: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
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} |