diff options
author | snj <snj> | 2004-04-25 06:31:48 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 06:31:48 +0000 |
commit | 3961f95a31a0e04264da4063bdf881b79786f1f4 (patch) | |
tree | 54403534a173a007fdd6a375bb4d721b90eb476f /misc/utftools/Makefile | |
parent | 3a5245013baac41f5b768c2b289d73b5fb49eb4e (diff) | |
download | pkgsrc-3961f95a31a0e04264da4063bdf881b79786f1f4.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/utftools/Makefile')
-rw-r--r-- | misc/utftools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index 9413ec19c62..b52938a3389 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:50:00 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 06:31:48 snj Exp $ # DISTNAME= utftools-1.6 @@ -10,7 +10,7 @@ MAINTAINER= agc@NetBSD.org COMMENT= UTF-aware wc, fmt, expand, and unexpand GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../misc/libutf/buildlink2.mk" +.include "../../misc/libutf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |