summaryrefslogtreecommitdiff
path: root/textproc/rtf-tools
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-03-31 01:05:22 +0000
committerreed <reed@pkgsrc.org>2005-03-31 01:05:22 +0000
commit63da8196cd4f5af2a461ac0e8087102fd67e7ff5 (patch)
tree794d96e50fcedacfeb5cc399e0f6556295eeed5b /textproc/rtf-tools
parentafb950456a1439cf82b4f6d546296a262a075ef7 (diff)
downloadpkgsrc-63da8196cd4f5af2a461ac0e8087102fd67e7ff5.tar.gz
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.
Diffstat (limited to 'textproc/rtf-tools')
-rw-r--r--textproc/rtf-tools/Makefile5
1 files changed, 2 insertions, 3 deletions
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"