From 4a36be0139984cd19cd4eb6d6e33d95dc5194c18 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 25 Dec 2006 20:10:14 +0000 Subject: [PATCH] fix rplay flavor lib depends entry; pointed out by sgeorge.ml@gmail.com --- x11/fvwm2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/fvwm2/Makefile b/x11/fvwm2/Makefile index c13c787ba14..7a9004edc93 100644 --- a/x11/fvwm2/Makefile +++ b/x11/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2006/12/14 09:07:56 steven Exp $ +# $OpenBSD: Makefile,v 1.41 2006/12/25 20:10:14 pvalchev Exp $ COMMENT-main= "multiple virtual desktop window manager, with icons" COMMENT-fvicons="multiple virtual desktop window manager icons" @@ -37,7 +37,7 @@ FLAVORS= rplay debug i18n FLAVOR?= .if ${FLAVOR:L:Mrplay} -LIB_DEPENDS+= rplay.0.:rplay-*:audio/rplay +LIB_DEPENDS+= rplay::audio/rplay CONFIGURE_ARGS+= --with-rplay-includes="${LOCALBASE}/include" \ --with-rplay-library="${LOCALBASE}/lib" .else