diff options
author | danfe <danfe@FreeBSD.org> | 2006-06-19 12:17:17 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-06-19 12:17:17 +0800 |
commit | 6063fe1a49a8a81c4dddd613c5472fc3b66a0d75 (patch) | |
tree | 14c86a7617c98deb9c10383f1086f03a66997a0a /audio/rezound | |
parent | 56451311e997e55216d31dfeacba74914ed773a6 (diff) | |
download | freebsd-ports-gnome-6063fe1a49a8a81c4dddd613c5472fc3b66a0d75.tar.gz freebsd-ports-gnome-6063fe1a49a8a81c4dddd613c5472fc3b66a0d75.tar.zst freebsd-ports-gnome-6063fe1a49a8a81c4dddd613c5472fc3b66a0d75.zip |
Unquote BROKEN to please portlint(1).
PR: ports/99147
Submitted by: Alexander Botero-Lowry <alex(at)foxybanana.com>
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |