diff options
author | obache <obache@pkgsrc.org> | 2010-10-06 12:09:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-06 12:09:43 +0000 |
commit | 03951426d5ee496f7a357380ab1b7425cd72bc52 (patch) | |
tree | 1187cd3cab1dfcad613fd233ca0604474627df3f /net/ettercap | |
parent | 4c736456fa4dd821591217cc8730db5599d3b884 (diff) | |
download | pkgsrc-03951426d5ee496f7a357380ab1b7425cd72bc52.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'net/ettercap')
-rw-r--r-- | net/ettercap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 58bd5ee10c9..e5e0968c4b1 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2010/09/14 11:13:14 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2010/10/06 12:09:43 obache Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 7 @@ -11,6 +11,8 @@ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN CONFLICTS+= ettercap-NG-[0-9]* +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-plugins CONFIGURE_ARGS+= --enable-https |