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 | |
parent | f666f6c45613d6c580bb8b7aa35eab76754fe29f (diff) | |
download | ports-b83e598b9e2684f611af85d47f063c31a1e9df3b.tar.gz ports-b83e598b9e2684f611af85d47f063c31a1e9df3b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 2 |
5 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 4700d4dd7806..76edf7b26816 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -158,10 +158,6 @@ OOOEXTENSIONS+= pdfimport/pdfimport.oxt OOOEXTENSIONS+= swext/wiki-publisher.oxt OOOEXTENSIONS+= sun-report-builder.oxt -.if ${ARCH} == amd64 -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 .endif diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index ee8c5a5b9913..1d2bd7d4d50c 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -138,8 +138,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 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 diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 4700d4dd7806..76edf7b26816 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -158,10 +158,6 @@ OOOEXTENSIONS+= pdfimport/pdfimport.oxt OOOEXTENSIONS+= swext/wiki-publisher.oxt OOOEXTENSIONS+= sun-report-builder.oxt -.if ${ARCH} == amd64 -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 .endif diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index ee8c5a5b9913..1d2bd7d4d50c 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -138,8 +138,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 |