summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-07-26 16:33:41 +0000
committeragc <agc@pkgsrc.org>2004-07-26 16:33:41 +0000
commit492dcba89151045d2819d7e81624e070ccc77a7a (patch)
treea6f45d7dd38d4b1a184ab2c9697746e0cc198c89 /security
parenta5c53751574a926dd13e7da70a4a668f9e0ce5ef (diff)
downloadpkgsrc-492dcba89151045d2819d7e81624e070ccc77a7a.tar.gz
Pullup ticket 72 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Build fix for scanssh Module Name: pkgsrc Committed By: grant Date: Sun Jun 27 11:42:43 UTC 2004 Modified Files: pkgsrc/security/scanssh: Makefile Log Message: use buildlink3 and include libpcap/buildlink3.mk to remove the hidden dependency on libpcap. no PKGREVISION bump required as this would not build without libpcap, anyway.
Diffstat (limited to 'security')
-rw-r--r--security/scanssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index abc2b7f1fcb..2eb15d201b4 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.11.4.1 2004/07/26 16:33:41 agc Exp $
DISTNAME= scanssh-1.6b
CATEGORIES= security
@@ -11,5 +11,7 @@ COMMENT= SSH remote version scanner
WRKSRC= ${WRKDIR}/scanssh
GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"