diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-08-03 15:53:01 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-08-03 15:53:01 +0000 |
commit | 0c00f56b9a10ece520821458bc466e8556582291 (patch) | |
tree | 3ef72ed0f30998d85efede9e8f43cd2847ae0357 /editors/openoffice.org-2 | |
parent | 4e4c75f6f4e087534e6a57f53c19e26109a7badb (diff) | |
download | ports-0c00f56b9a10ece520821458bc466e8556582291.tar.gz ports-0c00f56b9a10ece520821458bc466e8556582291.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 6eb612f6fd6e..795becba2f8c 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -131,8 +131,6 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ .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 |