diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:20:11 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:20:11 +0000 |
commit | 95246413ca0eac2b041bc0ca32fea122bc8c3a50 (patch) | |
tree | 379bb90604b42b2bb05da7a3b893cbc6071e5421 /security/pakemon | |
parent | 23ab92c58641a35f2243683ef7fc6e35f4eee27e (diff) | |
download | pkgsrc-95246413ca0eac2b041bc0ca32fea122bc8c3a50.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/pakemon')
-rw-r--r-- | security/pakemon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index f00e3d56357..63503a40014 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/10/28 16:59:14 cube Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/25 04:26:14 snj Exp $ DISTNAME= pakemon-0.3.1 PKGREVISION= 2 @@ -11,13 +11,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://web.sfc.keio.ac.jp/~keiji/backup/ids/pakemon/index.html COMMENT= Packet monster, an Open Source Intrusion Detection System -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes post-extract: ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in -.include "../../net/libpcap/buildlink2.mk" -.include "../../devel/libnet/buildlink2.mk" -.include "../../net/libnids/buildlink2.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../devel/libnet/buildlink3.mk" +.include "../../net/libnids/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |