reorder basic deps, and add missing stuff
This commit is contained in:
parent
09e399bf8b
commit
02fca7332e
@ -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 =
|
||||||
SUBDIR += accessibility
|
# don't even try to keep these sorted
|
||||||
SUBDIR += admin
|
# basic bricks
|
||||||
SUBDIR += artwork
|
SUBDIR += automoc
|
||||||
|
SUBDIR += attica
|
||||||
|
SUBDIR += akonadi
|
||||||
|
|
||||||
|
# libraries
|
||||||
|
SUBDIR += libs
|
||||||
|
SUBDIR += pimlibs
|
||||||
|
SUBDIR += qimageblitz
|
||||||
|
|
||||||
|
# extra base
|
||||||
SUBDIR += base
|
SUBDIR += base
|
||||||
SUBDIR += base-runtime
|
SUBDIR += base-runtime
|
||||||
SUBDIR += base-workspace
|
SUBDIR += base-workspace
|
||||||
|
|
||||||
|
# actual apps
|
||||||
|
SUBDIR += accessibility
|
||||||
|
SUBDIR += admin
|
||||||
|
SUBDIR += artwork
|
||||||
SUBDIR += edu
|
SUBDIR += edu
|
||||||
SUBDIR += games
|
SUBDIR += games
|
||||||
SUBDIR += graphics
|
SUBDIR += graphics
|
||||||
SUBDIR += libs
|
|
||||||
SUBDIR += multimedia
|
SUBDIR += multimedia
|
||||||
SUBDIR += network
|
SUBDIR += network
|
||||||
# SUBDIR += pim
|
# SUBDIR += pim
|
||||||
SUBDIR += pimlibs
|
|
||||||
SUBDIR += sdk
|
SUBDIR += sdk
|
||||||
SUBDIR += toys
|
SUBDIR += toys
|
||||||
SUBDIR += utils
|
SUBDIR += utils
|
||||||
SUBDIR += webdev
|
SUBDIR += webdev
|
||||||
SUBDIR += qimageblitz
|
|
||||||
SUBDIR += extragear-plasma
|
SUBDIR += extragear-plasma
|
||||||
|
|
||||||
.include <bsd.port.subdir.mk>
|
.include <bsd.port.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user