diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-20 09:16:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-20 09:16:37 +0000 |
commit | c0fc8a2d45b356f91d14d3dcc2a1c56b0a876cfa (patch) | |
tree | ae56a194c73f5aabe7fdb9a1d09b0ca7da52cd64 /editors/openoffice.org-3 | |
parent | 6bf2409225354e67e968f9a2ea88479b80cc769d (diff) | |
download | ports-c0fc8a2d45b356f91d14d3dcc2a1c56b0a876cfa.tar.gz ports-c0fc8a2d45b356f91d14d3dcc2a1c56b0a876cfa.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 45c5fb4e7289..ab810dc6d4d5 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -151,7 +151,8 @@ MAXMODULES?= 1 CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --enable-crashdump=yes \ - --with-system-zlib + --with-system-zlib \ + --with-epm=internal .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost |