From 63da8196cd4f5af2a461ac0e8087102fd67e7ff5 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 31 Mar 2005 01:05:22 +0000 Subject: Instead of using BUILD_DEPENDS, include the new buildlink3.mk file for libts (which also defaults to "build" dependency). This fixes build problem introduced when USE_BUILDLINK3 became the default. This will close PR pkg/29815. --- textproc/rtf-tools/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/rtf-tools') diff --git a/textproc/rtf-tools/Makefile b/textproc/rtf-tools/Makefile index 42eb91cef6a..55dd83e24e9 100644 --- a/textproc/rtf-tools/Makefile +++ b/textproc/rtf-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/03/27 18:22:35 ben Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/31 01:05:22 reed Exp $ # DISTNAME= RTF-1.10 @@ -12,8 +12,6 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= RTF to troff/groff/text converter -BUILD_DEPENDS+= libts-1.08:../../devel/libts - WRKSRC= ${WRKDIR}/rtf INSTALL_TARGET= install install.man @@ -50,4 +48,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/rtf2troff.man \ ${PREFIX}/man/manl/rtf2troff.l +.include "../../devel/libts/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3