diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-09 18:39:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-09 18:39:01 +0000 |
commit | 6e21845f8a0d9ad7335d2b8caa1be9bc9cd4b035 (patch) | |
tree | 6ba3b80d778e597ca3dabb9c223eb2ebbce33e32 /textproc | |
parent | a5dc2e2cf5142e10b49dd68a7cc10f23d3cb9b21 (diff) | |
download | pkgsrc-6e21845f8a0d9ad7335d2b8caa1be9bc9cd4b035.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/troffcvt/Makefile | 9 |
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" |