Hi everyone,
in the Makefile of x11/kde4 in area51 koffice is built, if one doesn't select 
koffice in the config dialog. That is because the Makefile checks weather 
WITH_KOFFICE is not defined. See the attached patch.

With Regards
Tobias Stadler
-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
--- Makefile.orig	2008-07-26 14:49:01.000000000 +0200
+++ Makefile	2008-07-26 14:51:10.000000000 +0200
@@ -75,7 +75,7 @@
 .if !defined(WITHOUT_KDEUTILS)
 RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kdessh:${PORTSDIR}/misc/kdeutils4
 .endif
-.if !defined(WITH_KOFFICE)
+.if !defined(WITHOUT_KOFFICE)
 RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kspread:${PORTSDIR}/editors/koffice-kde4
 .endif
 .if !defined(WITHOUT_KDEWEBDEV)
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to