diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-10-31 07:38:42 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-10-31 07:38:42 +0000 |
commit | 8b4daa4baa769985aea92660438da0a5beb6d446 (patch) | |
tree | e2a85f1323ca00dd64ebfbd2ced6ce91152e0b0b /editors/openoffice-3/files/Makefile.knobs | |
parent | 29e8c38c5a6367bacc70d8ca5cc4d203d1a01dfc (diff) |
o cosmetic changes, fix typos
o Use libart instead of GPC[1]
o Remove BROKEN for old FreeBSDs. IMHO this is too strict.
Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
Notes
Notes:
svn path=/head/; revision=146803
Diffstat (limited to 'editors/openoffice-3/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 366ae60ba851..1f3ae9cce1a4 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/files/Makefile.knobs @@ -12,6 +12,10 @@ CONFIGURE_ARGS+= --with-java=gij --with-ant-home=${LOCALBASE}/ant CONFIGURE_ARGS+= --without-java .endif +.if !defined(WITH_GPC) +CONFIGURE_ARGS+= --enable-libart +.endif + .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif @@ -114,6 +118,11 @@ pre-fetch: @${ECHO} "You can compile OOo to use Qt/KDE vclplug with" @${ECHO} "make -DWITH_KDE" .endif +.if !defined(WITH_GPC) + @${ECHO} + @${ECHO} "You can compile OOo with gpc instead of libart by" + @${ECHO} "make -DWITH_GPC" +.endif @${ECHO} @${ECHO} "NOTICE:" @${ECHO} |