From 9db50c6b51f2636bde912459050a8f75f3ebd29a Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 9 Aug 2001 06:05:35 +0000 Subject: [PATCH] The rplay flavor does not need rplay to build, so leave just RUN_DEPENDS on it. --- x11/fvwm2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11/fvwm2/Makefile b/x11/fvwm2/Makefile index 3a7e686b61b..3c5a5ca593e 100644 --- a/x11/fvwm2/Makefile +++ b/x11/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2001/08/04 04:57:23 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.13 2001/08/09 06:05:35 pvalchev Exp $ COMMENT= "multiple virtual desktop window manager, with icons" COMMENT-fvicons="multiple virtual desktop window manager icons" @@ -35,8 +35,7 @@ FLAVORS= rplay debug i18n FLAVOR?= .if ${FLAVOR:L:Mrplay} && !${SUBPACKAGE} == "-fvicons" -BUILD_DEPENDS= rplay::audio/rplay -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rplay:rplay-*:audio/rplay .elif ${FLAVOR:L:Mrplay} CONFIGURE_ARGS+= --with-rplay-includes="${LOCALBASE}/include" \ --with-rplay-library="${LOCALBASE}/lib"