diff options
author | wiz <wiz> | 2002-10-23 11:51:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-23 11:51:57 +0000 |
commit | 859700093fcaf24dd6c531baf42b77d93cebe59c (patch) | |
tree | 9b574ab10ec8b996e7d4725b87c914e86b99d232 /textproc/namazu2 | |
parent | 4e19f68f98127bde3884c8f9577ae28ee00a0d0e (diff) | |
download | pkgsrc-859700093fcaf24dd6c531baf42b77d93cebe59c.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" |