diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /net/ttlscan | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) | |
download | ports-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.gz ports-e1c4707bab49a445d286c16116d18d54e213b1c0.zip |
Notes
Diffstat (limited to 'net/ttlscan')
-rw-r--r-- | net/ttlscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ttlscan/Makefile b/net/ttlscan/Makefile index c705bf2fa5b7..3b192bcc0744 100644 --- a/net/ttlscan/Makefile +++ b/net/ttlscan/Makefile @@ -8,6 +8,7 @@ PORTNAME= ttlscan PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.wormulon.net/files/ttlscan/ @@ -15,7 +16,7 @@ MAINTAINER= mich@FreeBSD.org COMMENT= A tcp based scanner, showing ttl responses BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet + libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 LDFLAGS+= -lpcap -ldnet |