summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/troffcvt/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/troffcvt/Makefile b/textproc/troffcvt/Makefile
index 60af12e3e2a..9389bae892d 100644
--- a/textproc/troffcvt/Makefile
+++ b/textproc/troffcvt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/27 00:53:10 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2005/04/09 18:39:01 wiz Exp $
#
DISTNAME= troffcvt-1.04
@@ -10,10 +10,6 @@ MAINTAINER= ben@NetBSD.org
HOMEPAGE= ${MASTER_SITES}
COMMENT= Troff/groff to RTF/HTML/TEXT converter
-BUILD_DEPENDS+= libts-1.08:../../devel/libts
-BUILD_DEPENDS+= libmemmgr-1.04:../../devel/libmemmgr
-BUILD_DEPENDS+= libportlib-1.01:../../devel/libportlib
-
USE_PERL5= yes
INSTALL_TARGET= install install.man
@@ -57,4 +53,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/man/tc2html.man ${PREFIX}/man/man1/tc2html.1
${INSTALL_MAN} ${WRKSRC}/man/troffcvt.man ${PREFIX}/man/man1/troffcvt.1
+.include "../../devel/libmemmgr/buildlink3.mk"
+.include "../../devel/libportlib/buildlink3.mk"
+.include "../../devel/libts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"