summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 03:36:51 +0000
committersnj <snj@pkgsrc.org>2004-04-25 03:36:51 +0000
commit6db109f1f6ef57a4483b4419387bf29ad89eaf1e (patch)
tree799e8d1f581c41ab9cabcb640c7f8cc3e51e3f3f /security
parent49545b3323bfc76a31aac1b0bcba293e8c620c51 (diff)
downloadpkgsrc-6db109f1f6ef57a4483b4419387bf29ad89eaf1e.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security')
-rw-r--r--security/p0f/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile
index ce8d523270e..ca0797f8f1a 100644
--- a/security/p0f/Makefile
+++ b/security/p0f/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/25 03:36:51 snj Exp $
#
DISTNAME= p0f-2.0.3
@@ -11,7 +11,7 @@ HOMEPAGE= http://lcamtuf.coredump.cx/p0f.shtml
COMMENT= Passive OS fingerprinting tool
WRKSRC= ${WRKDIR}/p0f
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
CONF_FILES= ${PREFIX}/share/examples/p0f/p0f.fp ${PKG_SYSCONFDIR}/p0f.fp
@@ -42,5 +42,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/p0fr.fp ${PREFIX}/share/examples/p0f
${INSTALL_MAN} ${WRKSRC}/p0f.1 ${PREFIX}/man/man1
-.include "../../net/libpcap/buildlink2.mk"
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"