diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-18 14:31:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-18 14:31:37 +0000 |
commit | 6389f112ab405380e5a8c4fca659d25bba9698db (patch) | |
tree | 9a93fe410b23db0e8eded8fb6490cb220561bcf1 /security/zenmap | |
parent | 41e8193b88550fdbc3c7fda4a4eeb7125fc06467 (diff) | |
download | ports-6389f112ab405380e5a8c4fca659d25bba9698db.tar.gz ports-6389f112ab405380e5a8c4fca659d25bba9698db.zip |
Notes
Diffstat (limited to 'security/zenmap')
-rw-r--r-- | security/zenmap/Makefile | 3 | ||||
-rw-r--r-- | security/zenmap/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 6c14e20d0a5f..8209fa7704a7 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -4,7 +4,7 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1998/08/04 17:59:51 obrien Exp $ +# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $ # DISTNAME= nmap-1.51 @@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes +CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> MAN1= nmap.1 post-install: diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist index 8f498c525c38..f9b01259219a 100644 --- a/security/zenmap/pkg-plist +++ b/security/zenmap/pkg-plist @@ -1,2 +1 @@ bin/nmap -man/man1/nmap.1.gz |