From f92fc82f2966b166b564874e506be1ea3a87d678 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 25 Oct 2010 08:41:27 +0000 Subject: [PATCH] Unbreak on clean box, add audio/ladspa to BUILD_DEPENDS. spotted by and ok jasper@ --- audio/calf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/calf/Makefile b/audio/calf/Makefile index 1933214811b..cc67e55340c 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 21:52:00 jakemsr Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/25 08:41:27 landry Exp $ SHARED_ONLY = Yes @@ -35,6 +35,7 @@ MODGCC4_LANGS = c c++ RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS = ::audio/jack \ ::devel/libglade2 +BUILD_DEPENDS += ::audio/ladspa USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu