diff options
author | snj <snj> | 2004-04-12 20:32:43 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-12 20:32:43 +0000 |
commit | 3a83a781fe5bd97b46c57c8bfb9e1e4c9dc2cb82 (patch) | |
tree | 7a839b4c3da30ea0acfd61ec8988882b881f620e /security/libident | |
parent | be989022cc2672d9821b05d13bf78c45f129f39c (diff) | |
download | pkgsrc-3a83a781fe5bd97b46c57c8bfb9e1e4c9dc2cb82.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index d32fdda0294..bdb4a92d5a6 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:52:58 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/12 20:36:34 snj Exp $ # DISTNAME= libident-0.22 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Small library to interface to the ident protocol server (rfc1413) -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_LIBTOOL= # defined ALL_TARGET= netbsd |