PDA

View Full Version : OpenOffice


lumiwa
06-16-2008, 12:18 AM
Hi!

I am an OpenOffice user and "pronlem" is that I compile each application included OpenOffice. As desktop I use KDE and for compile OO I used:

make -DWITH_KDE install

Problem is that if I want to update OO as I did few days ago to 2.4.1 it compiled with GTK (Gnome) which I don't like it. There are no options for make config (I use portmaster). Is it possible to make an option that user could choose what she/he wanted, please?

Thanks.

ninjatux
06-16-2008, 01:10 AM
Add the following to your make.conf.

.if ${.CURDIR:M*/ports/editors/openoffice.org-2}
WITH_KDE= yes
.endif

lumiwa
07-20-2008, 02:47 PM
Add the following to your make.conf.

.if ${.CURDIR:M*/ports/editors/openoffice.org-2}
WITH_KDE= yes
.endif

1 open conditional:
at line 112 (evaluated to true)
make: fatal errors encountered -- cannot continue

===>>> The value of PORTSDIR cannot be empty
===>>> Aborting update