summaryrefslogtreecommitdiff
path: root/textproc/yodl
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 15:35:42 +0000
committerwiz <wiz>2002-10-21 15:35:42 +0000
commit8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc (patch)
treee356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /textproc/yodl
parenteba8d5cdd7a5f68c7c2547f8d11f762dd8162114 (diff)
downloadpkgsrc-8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc.tar.gz
Convert to buildlink2.
Diffstat (limited to 'textproc/yodl')
-rw-r--r--textproc/yodl/Makefile6
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"