summaryrefslogtreecommitdiff
path: root/textproc/rtf-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rtf-tools/Makefile')
-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"