diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-06-07 10:48:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-06-07 10:48:15 +0000 |
commit | 85b108bf90b200bf5d53eac933a3b3a77f9bbfb8 (patch) | |
tree | afb42a7e538da8199b33b0d34d77a0300a23ce76 /editors/openoffice.org-2/Makefile | |
parent | 4a1c0ea7a29e518fe7777b592d0b11c296aa469d (diff) | |
download | ports-85b108bf90b200bf5d53eac933a3b3a77f9bbfb8.tar.gz ports-85b108bf90b200bf5d53eac933a3b3a77f9bbfb8.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2/Makefile')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index a272745ff47e..de0de65c256a 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -58,10 +58,6 @@ JAVA_VENDOR= freebsd bsdjava ONLY_FOR_ARCHS= amd64 i386 .if ${ARCH} == amd64 -BROKEN= "Work in progress" -.endif - -.if ${ARCH} == amd64 GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDAMDEnv.Set .else @@ -161,7 +157,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE #workarounds CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713# CONFIGURE_ARGS+= --with-system-freetype #link error with internal one -.if (${GCCVER} == 4.1.1) +.if ${ARCH} == amd64 +WITHOUT_MOZILLA= yes +.endif +.if (${GCCVER} == 4.1.2) LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost CONFIGURE_ARGS+= --with-system-boost=yes #i58343# .endif |