diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
commit | 7b7e6d4954343806b9b266b9e21484ccb39e212a (patch) | |
tree | e356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /textproc/yodl | |
parent | 8c0bbee987992adfc08f9e1386aab65851460796 (diff) | |
download | pkgsrc-7b7e6d4954343806b9b266b9e21484ccb39e212a.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'textproc/yodl')
-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 99a8e4f30f6..c615efc50df 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:48 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/21 15:35:42 wiz Exp $ DISTNAME= yodl-1.31.18 CATEGORIES= textproc @@ -11,12 +11,12 @@ COMMENT= high-level document preparation system BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_GMAKE= YES MAKEFILE= GNUmakefile -USE_LIBINTL= YES - do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} LDFLAGS="${LDFLAGS}" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |