diff options
| author | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:51:29 +0000 | 
|---|---|---|
| committer | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:51:29 +0000 | 
| commit | 90f76db5a3b8ece51a8b7a61788e933c9f3a2908 (patch) | |
| tree | 9a11e6fb58370a0db5f89c39e8773b924212cbe3 | |
| parent | Update to latest release. (diff) | |
Fixed dependency problem.
Change maintainer email to @FreeBSD.org
Observed by:	kris(bento)
Approved by:	roberto(mentor)
Notes
Notes:
    svn path=/head/; revision=82197
| -rw-r--r-- | net/ttlscan/Makefile | 5 | ||||
| -rw-r--r-- | net/ttlscan/pkg-descr | 2 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/net/ttlscan/Makefile b/net/ttlscan/Makefile index 4aa3016b65c8..3209739ac2ab 100644 --- a/net/ttlscan/Makefile +++ b/net/ttlscan/Makefile @@ -11,10 +11,11 @@ PORTVERSION=	0.1.1  CATEGORIES=	net  MASTER_SITES=	http://www.raisdorf.net/files/code/ -MAINTAINER=	mich@freebsdcluster.org +MAINTAINER=	mich@FreeBSD.org  COMMENT=	A tcp based scanner, showing ttl responses -BUILD_DEPENDS=	${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet +BUILD_DEPENDS=	${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ +		${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet  LDFLAGS+=	-lpcap -ldnet diff --git a/net/ttlscan/pkg-descr b/net/ttlscan/pkg-descr index c471143177bb..ed411fb545dc 100644 --- a/net/ttlscan/pkg-descr +++ b/net/ttlscan/pkg-descr @@ -9,4 +9,4 @@ WWW:	http://www.raisdorf.net/projects/ttlscan  AUTHOR:	Hendrik Scholz <hendrik@scholz.net>  	- Michael L. Hostbaek -	mich@freebsdcluster.org +	mich@FreeBSD.org | 
