diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 06:59:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 06:59:06 +0000 |
commit | c0fa25a8a747f563c87bdf887245df5eb0896dbc (patch) | |
tree | 418c522a37f1aa0cae549e70878c660ab155cbd7 /converters/autoconvert | |
parent | f5ed550b9ec2e514da08332df731e4b2e9347a9d (diff) | |
download | pkgsrc-c0fa25a8a747f563c87bdf887245df5eb0896dbc.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/autoconvert')
-rw-r--r-- | converters/autoconvert/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index b1e27c7c8b0..ff293ea753c 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/22 07:52:43 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/11 07:09:28 snj Exp $ DISTNAME= autoconvert-0.3.13 CATEGORIES= converters @@ -8,7 +8,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/ COMMENT= Intelligent Chinese encoding converter -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_GNU_TOOLS+= make @@ -17,5 +17,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \ ${PREFIX}/share/examples/autoconvert -.include "../../devel/libgetopt/buildlink2.mk" +.include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |