diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/wyrd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile index 93a6f7dd12f..4068e56d971 100644 --- a/time/wyrd/Makefile +++ b/time/wyrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/12/15 16:50:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2012/12/16 21:23:51 dholland Exp $ # DISTNAME= wyrd-1.4.5 @@ -17,6 +17,7 @@ USE_NCURSES= yes # chgat(), typeahead(), ... USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-ncurses GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no CONF_FILES+= ${PREFIX}/share/examples/wyrd/wyrdrc \ ${PKG_SYSCONFDIR}/wyrdrc |