diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-16 02:36:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-16 02:36:44 +0000 |
commit | 75920ffc3925cd17c61ce237915b1d2c69c52238 (patch) | |
tree | 4c028ca67584eaff9516b4c5071c2e008d8b5eac /textproc | |
parent | af432c6068847625c2a229d3a8174c1f5d866614 (diff) | |
download | pkgsrc-75920ffc3925cd17c61ce237915b1d2c69c52238.tar.gz |
bl3ify
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yodl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index f44b9899c1a..ca56d7d15d4 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/16 02:36:44 minskim Exp $ DISTNAME= yodl-1.31.18 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= High-level document preparation system BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKEFILE= GNUmakefile @@ -20,5 +20,5 @@ do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} LDFLAGS="${LDFLAGS}" .include "../../lang/python/application.mk" -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |