diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-06 19:27:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-06 19:27:00 +0000 |
commit | b0da8bd9635d37f4f97b42dffeebb8b52fae6035 (patch) | |
tree | 2be259accafcfe60d0ab57cb774f60954b02f3b4 /accessibility | |
parent | 131a1563637f1cca16c15263f24576b854180c5c (diff) | |
download | ports-b0da8bd9635d37f4f97b42dffeebb8b52fae6035.tar.gz ports-b0da8bd9635d37f4f97b42dffeebb8b52fae6035.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/eflite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/eflite/Makefile b/accessibility/eflite/Makefile index 7ee5eb523e37..6a7f2171bf94 100644 --- a/accessibility/eflite/Makefile +++ b/accessibility/eflite/Makefile @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= eflite +BROKEN= does not link + CONFIGURE_ARGS+= --with-audio=freebsd .if defined(FL_LANG) CONFIGURE_ARGS+= --with-lang=${FL_LANG} |