diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-05-06 21:41:29 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-05-06 21:41:29 +0000 |
commit | 276a0e6ecd516cbd1f3780065a1430b44e7a7f09 (patch) | |
tree | 67c7b5a7120558c19036eeae873d71aaef5792e3 /security | |
parent | 2e673bd5e8718d0acb0b432e117b7bedc4edf799 (diff) | |
download | pkgsrc-276a0e6ecd516cbd1f3780065a1430b44e7a7f09.tar.gz |
Not MAKE_JOBS_SAFE
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dsniff/Makefile.common b/security/dsniff/Makefile.common index d4673bcfe58..d092a6be9be 100644 --- a/security/dsniff/Makefile.common +++ b/security/dsniff/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2008/01/28 00:45:26 rillig Exp $ +# $NetBSD: Makefile.common,v 1.8 2009/05/06 21:41:29 adrianp Exp $ DISTNAME= dsniff-${VERS} VERS= 2.3 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monkey.org/~dugsong/dsniff/ GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no PATCHDIR= ${.CURDIR}/../../security/dsniff/patches DISTINFO_FILE= ${.CURDIR}/../../security/dsniff/distinfo |