summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 03:36:51 +0000
committersnj <snj>2004-04-25 03:36:51 +0000
commita69bdccfdabdb00baca6065a38d9c966f1d50ca1 (patch)
tree799e8d1f581c41ab9cabcb640c7f8cc3e51e3f3f /security
parentb9e65a38a466b0be29a54cbf641eff1fe446407f (diff)
downloadpkgsrc-a69bdccfdabdb00baca6065a38d9c966f1d50ca1.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"