diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 07:30:16 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 07:30:16 +0000 |
commit | d0bbfe5cf1a9c3126e5fc160c61f6f70bd0db4d8 (patch) | |
tree | 266b4c81c700695260229c525c58e9385c887441 /net/tcpflow | |
parent | 448cd5b386b0c6847b05b6c449e4dcc11297396e (diff) | |
download | pkgsrc-d0bbfe5cf1a9c3126e5fc160c61f6f70bd0db4d8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 41052c1398c..387295e3c36 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 17:08:13 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/18 07:33:30 snj Exp $ # DISTNAME= tcpflow-0.20 @@ -9,8 +9,8 @@ MAINTAINER= adrianp@stindustries.net HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/ COMMENT= Captures data transmitted as part of TCP connections -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../net/libpcap/buildlink2.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |