diff options
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r-- | audio/ocp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index f083d90ce66..52ef55e36da 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/06/05 14:45:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/28 18:58:39 wiz Exp $ DISTNAME= ocp-0.1.20 CATEGORIES= audio @@ -19,6 +19,9 @@ USE_LANGUAGES= c c++ USE_NCURSES= yes # resize_term INFO_FILES= yes +# ymtype.so wants to link -llzh before it's finished building +MAKE_JOBS_SAFE= no + CONFIGURE_ARGS+= --exec-prefix=${PREFIX} CONFIGURE_ARGS+= --infodir=${PREFIX}/info |