diff options
author | jkim <jkim@FreeBSD.org> | 2015-11-03 17:47:01 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-11-03 17:47:01 +0000 |
commit | 2afa2b21e966b05e620f111ae1eaf1bab47fd7a5 (patch) | |
tree | 5a43f8ba2472bfdeb406739d0a11a62a291d3b0a /editors/libreoffice/Makefile | |
parent | 361c5843236bd3ee6f831e7b56f61cd4be51e213 (diff) | |
download | FreeBSD-ports-2afa2b21e966b05e620f111ae1eaf1bab47fd7a5.zip FreeBSD-ports-2afa2b21e966b05e620f111ae1eaf1bab47fd7a5.tar.gz |
Update to 5.0.3.
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index ce2eef6..7c457dd 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -227,6 +227,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-release-build \ --exec-prefix=${PREFIX} \ --with-alloc=system \ + --with-boost=${LOCALBASE} \ --with-build-version="FreeBSD ports ${PKGVERSION}" \ --with-external-dict-dir=${LOCALBASE}/share/hunspell \ --with-external-hyph-dir=${LOCALBASE}/share/hyphen \ |