diff options
author | wiz <wiz> | 2005-04-05 10:34:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-05 10:34:19 +0000 |
commit | 24611275efa09c657608f58b687a2b8e5a006db9 (patch) | |
tree | 61ae69def87b54e10cfa058ce71aa7beabb83af1 /security | |
parent | 4bacab5f37d9bb7b51f6d86e9a2e2428fdb29f3f (diff) | |
download | pkgsrc-24611275efa09c657608f58b687a2b8e5a006db9.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'security')
-rw-r--r-- | security/qident/Makefile | 5 |
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" |