diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-10 12:23:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-10 12:23:05 +0000 |
commit | cb16668c4c8b8e9ba22a29f7ad00c8843b844d55 (patch) | |
tree | 81c0150717e58d89168cb90160db66f29242c05f /net | |
parent | ddabe6af97166fa4fe80903cdc8e02fb9f5eee4a (diff) | |
download | pkgsrc-cb16668c4c8b8e9ba22a29f7ad00c8843b844d55.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 439df1a0b71..119a8bf948d 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2002/04/15 08:31:16 rh Exp $ +# $NetBSD: Makefile,v 1.20 2002/10/10 12:23:05 wiz Exp $ # - .include "Makefile.common" -.include "../../net/libpcap/buildlink.mk" +USE_BUILDLINK2= YES + +.include "../../net/libpcap/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |