diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-23 13:15:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-23 13:15:17 +0000 |
commit | b5daa12c1ceffc25d09001e90fc259f64ae2b612 (patch) | |
tree | f810e97bb0e6fdab00ce0fe1e3a2500d7d08b03d /security | |
parent | 9b8dbeadd52cce795b4538017f8f4832f7bceb08 (diff) | |
download | pkgsrc-b5daa12c1ceffc25d09001e90fc259f64ae2b612.tar.gz |
This needs libpcap. Do not bump revision since the package does not change
where it already built fine. From Jonathan Perkin in PR pkg/22913.
Diffstat (limited to 'security')
-rw-r--r-- | security/rid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile index c24520ca1a8..7288a2ce02b 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:13 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/23 13:15:17 jmmv Exp $ # DISTNAME= rid-1.11 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.theorygroup.com/Software/RID/ COMMENT= Remote Intrusion Detection to track down compromised hosts GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_PKGINSTALL= YES CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf @@ -30,4 +31,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rid ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/share/examples/rid +.include "../../net/libpcap/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |