From 02fca7332e558f721bb785d340da523f1c47eacf Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 18 Jun 2010 11:10:36 +0000 Subject: [PATCH] reorder basic deps, and add missing stuff --- x11/kde4/Makefile | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 090c94ab9ae..c886ff57af4 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -1,25 +1,36 @@ -# $OpenBSD: Makefile,v 1.17 2010/02/01 17:00:14 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2010/06/18 11:10:36 espie Exp $ SUBDIR = - SUBDIR += accessibility - SUBDIR += admin - SUBDIR += artwork +# don't even try to keep these sorted +# basic bricks + SUBDIR += automoc + SUBDIR += attica + SUBDIR += akonadi + +# libraries + SUBDIR += libs + SUBDIR += pimlibs + SUBDIR += qimageblitz + +# extra base SUBDIR += base SUBDIR += base-runtime SUBDIR += base-workspace + +# actual apps + SUBDIR += accessibility + SUBDIR += admin + SUBDIR += artwork SUBDIR += edu SUBDIR += games SUBDIR += graphics - SUBDIR += libs SUBDIR += multimedia SUBDIR += network # SUBDIR += pim - SUBDIR += pimlibs SUBDIR += sdk SUBDIR += toys SUBDIR += utils SUBDIR += webdev - SUBDIR += qimageblitz SUBDIR += extragear-plasma .include