summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/qident/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile
index afcec4c2ebd..08d0a80f562 100644
--- a/security/qident/Makefile
+++ b/security/qident/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2004/05/07 11:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/05 10:40:37 wiz Exp $
DISTNAME= qident-1.2
CATEGORIES= security net
MASTER_SITES= http://www.interlude.eu.org/~ad/software/download/qident/
-DEPENDS= libident>=0.22:../../security/libident
-
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.interlude.eu.org/~ad/software/qident/
COMMENT= Small program to query an ident protocol server (rfc1413)
MANCOMPRESSED_IF_MANZ= YES
+.include "../../security/libident/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"