build kdrive "when needed".

This commit is contained in:
espie 2012-11-03 09:47:08 +00:00
parent 49b6621f2c
commit df1eed5657
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/11/01 09:58:06 espie Exp $
# $OpenBSD: Makefile,v 1.2 2012/11/03 09:47:08 espie Exp $
COMPONENT = kdrive
ONLY_FOR_ARCHS = ${GCC3_ARCHS} ${GCC4_ARCHS}
MODULES += base/xenocara
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2012/11/03 09:41:55 espie Exp $
# $OpenBSD: Makefile,v 1.3 2012/11/03 09:47:08 espie Exp $
CATEGORIES = base xenocara
COMMENT = Xenocara meta package for release
@ -9,6 +9,8 @@ PKGNAME = xc-meta-release-$V
LOCATION = ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/components
.include <bsd.port.arch.mk>
SUBCOMPONENTS = \
app/cwm \
app/fvwm \
@ -79,6 +81,10 @@ xserver \
meta \
share/mk
.if ${PROPERTIES:Mgcc3} || ${PROPERTIES:Mgcc4}
SUBCOMPONENTS += kdrive
.endif
BUILD_DEPENDS = ${SUBCOMPONENTS:S,^,base/xenocara/,}
PERMIT_PACKAGE_CDROM= Yes