diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-08-03 13:44:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-08-03 13:44:11 +0000 |
commit | b83e598b9e2684f611af85d47f063c31a1e9df3b (patch) | |
tree | 71fa8082472d1407b88ac5e080077f33bd5a1d4c /editors/openoffice.org-3-RC | |
parent | typo (diff) |
Remove ports system's dependency to boost for amd64,
as it causes build brekage.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 898d1628678d..3d7d4c81c864 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -148,8 +148,6 @@ OOOEXTENSIONS+= sun-report-builder.oxt .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes -LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs -CONFIGURE_ARGS+= --with-system-boost=yes #i58343# .endif .if (${OSVERSION} <= 602102) EXTRA_PATCHES+= ${FILESDIR}/rtld-workaround-i66667 |