From 6e21845f8a0d9ad7335d2b8caa1be9bc9cd4b035 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Apr 2005 18:39:01 +0000 Subject: Convert to buildlink3. --- textproc/troffcvt/Makefile | 9 ++++----- 1 file 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" -- cgit v1.2.3