From 6063fe1a49a8a81c4dddd613c5472fc3b66a0d75 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 19 Jun 2006 04:17:17 +0000 Subject: Unquote BROKEN to please portlint(1). PR: ports/99147 Submitted by: Alexander Botero-Lowry --- audio/rezound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/rezound') diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index a6b9c1b7e988..308400448255 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -41,7 +41,7 @@ OPTIONS= LARGEFILE "Enable 64-bit file I/O support (BROKEN!)" off \ .if defined(WITH_LARGEFILE) CONFIGURE_ARGS+= --enable-largefile -BROKEN= "no expl(), logl(), nearbyintl(), et al" +BROKEN= no expl(), logl(), nearbyintl(), et al .endif .if defined(WITH_JACK) -- cgit