summaryrefslogtreecommitdiff
path: root/security/rid
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-23 13:15:17 +0000
committerjmmv <jmmv>2003-09-23 13:15:17 +0000
commit99ed2ebf5b29aad5044039af0c388184a1217101 (patch)
treef810e97bb0e6fdab00ce0fe1e3a2500d7d08b03d /security/rid
parent80fff33e0a090d17b5c40979282b38a740d8e7d1 (diff)
downloadpkgsrc-99ed2ebf5b29aad5044039af0c388184a1217101.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/rid')
-rw-r--r--security/rid/Makefile4
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"