diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
tree | 103926d89737f146b97db5255f054196dadab9fc /editors/openoffice-3 | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) | |
download | ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.tar.gz ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.zip |
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 97c398c76828..ee8c5a5b9913 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -138,7 +138,7 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes -LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS+= --with-system-boost=yes #i58343# .endif .if (${OSVERSION} <= 602102) |