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-RC | |
parent | Fix build with SYSTEM_FREETYPE when devel/icu is (diff) |
Fix build with devel/epm. Simply ignore devel/epm :(
PR: 111561
Submitted by: Christoph<tutoren@physik.tu-berlin.de>
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 06333ea5c519..b9616a74a417 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -153,7 +153,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 |