diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 06:31:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 06:31:48 +0000 |
commit | c2610c9dfc41074294f67d5084173e5d8a1b6f52 (patch) | |
tree | 54403534a173a007fdd6a375bb4d721b90eb476f /misc/utftools | |
parent | ab60aac0e390a7f28ddf893431dbb3a76e0fd3a0 (diff) | |
download | pkgsrc-c2610c9dfc41074294f67d5084173e5d8a1b6f52.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/utftools')
-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" |