diff options
author | pav <pav@FreeBSD.org> | 2011-02-14 06:40:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-02-14 06:40:54 +0800 |
commit | 97685073e2b40a539e6dc1d9541d606be083d716 (patch) | |
tree | e9152fa9a2d45c69ac9bb5a190232f20834f537b /irc | |
parent | 5f4125b3d0b225a489865d85f1144b25eb9bad08 (diff) | |
download | freebsd-ports-gnome-97685073e2b40a539e6dc1d9541d606be083d716.tar.gz freebsd-ports-gnome-97685073e2b40a539e6dc1d9541d606be083d716.tar.zst freebsd-ports-gnome-97685073e2b40a539e6dc1d9541d606be083d716.zip |
- MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 2 | ||||
-rw-r--r-- | irc/ninja/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 68a7f8fb53bc..bf7880fced73 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd.sh -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes INSPIRCD_USR?= ircd INSPIRCD_UID?= 72 diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index a17868ba4a83..daa3f2ea0f63 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB="${DATADIR}" -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes LATEST_LINK= irc-ninja |