diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-23 11:51:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-23 11:51:57 +0000 |
commit | 64629cf23718c3b17393a21ffc0a62cef304a78a (patch) | |
tree | 9b574ab10ec8b996e7d4725b87c914e86b99d232 /textproc/namazu2 | |
parent | 180891ccaa4ac05517a4dc17a8d27ccbbda7add9 (diff) | |
download | pkgsrc-64629cf23718c3b17393a21ffc0a62cef304a78a.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'textproc/namazu2')
-rw-r--r-- | textproc/namazu2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile index 694e9c2d67a..a880e7f0481 100644 --- a/textproc/namazu2/Makefile +++ b/textproc/namazu2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/04 12:52:24 taca Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/23 11:51:57 wiz Exp $ # FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp DISTNAME= namazu-2.0.12 @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= -with-chasen DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined USE_PERL5= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined @@ -58,5 +58,5 @@ post-install: test: @cd ${WRKSRC}; make check -.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |