diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 20:32:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 20:32:43 +0000 |
commit | 500827e0eaa53f5a5cbf341a62d3d8b342df1a71 (patch) | |
tree | 7a839b4c3da30ea0acfd61ec8988882b881f620e /security/libident | |
parent | cb592543447e7d351e3d4a78c3dd4c03a18d80c8 (diff) | |
download | pkgsrc-500827e0eaa53f5a5cbf341a62d3d8b342df1a71.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 |