if the rplay flavor is specified and building the icon set subpackage,
do not depend on rplay.
This commit is contained in:
parent
badbf7a2b6
commit
81434da8ea
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2001/08/03 20:03:39 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2001/08/04 04:10:15 pvalchev Exp $
|
||||
|
||||
COMMENT= "multiple virtual desktop window manager, with icons"
|
||||
COMMENT-fvicons="multiple virtual desktop window manager icons"
|
||||
@ -34,8 +34,9 @@ SUBPACKAGE?=
|
||||
FLAVORS= rplay debug i18n
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mrplay}
|
||||
.if ${FLAVOR:L:Mrplay} && !${SUBPACKAGE:M-fvicons}
|
||||
BUILD_DEPENDS= rplay::audio/rplay
|
||||
.elif ${FLAVOR:L:Mrplay}
|
||||
CONFIGURE_ARGS+= --with-rplay-includes="${LOCALBASE}/include" \
|
||||
--with-rplay-library="${LOCALBASE}/lib"
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user