diff options
author | apb <apb@pkgsrc.org> | 2008-10-01 08:43:09 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2008-10-01 08:43:09 +0000 |
commit | add6a683f694621fe1d51127c5b9522318883fa8 (patch) | |
tree | 4d71ec65f3d570fb395f79fdc632d0b063910d0b /security/dsniff/Makefile | |
parent | eb887bd02b3d4b731b7f2eef71ab5a29eae87764 (diff) | |
download | pkgsrc-add6a683f694621fe1d51127c5b9522318883fa8.tar.gz |
Make dsniff and dsniff-nox11 build on NetBSD-current:
* In dsniff-nox11/Makefile, add a post-configure target to move
missing/sys/queue.h out of the way if the configure script
found a real sys/queue.h.
* Add patches to #include <string.h> in some files where I noticed warnings.
Bump PKGREVISION for both dsniff and dsniff-nox11.
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 3eb21712ecb..18935edefc6 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2007/01/30 20:47:58 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2008/10/01 08:43:09 apb Exp $ .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Password sniffer (webspy) DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11 |