summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-27 09:53:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-27 09:53:36 +0000
commitc810fd3c3f9bb23f07b63b0a05f036466ea372f8 (patch)
treec51d6ad6bd61beb985f639056b8f9f4db2a63a5e /irc
parentUpdate to 0.15 (diff)
Mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=231102
Diffstat (limited to 'irc')
-rw-r--r--irc/netwalker-ircc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile
index 62245edf14cc..5def839cb13e 100644
--- a/irc/netwalker-ircc/Makefile
+++ b/irc/netwalker-ircc/Makefile
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A lightweight curses-based IRC client
+MAKE_JOBS_SAFE= yes
+
MAN1= netwalker.1
LDFLAGS= -lncurses ${PTHREAD_LIBS}