pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/troffcvt Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce53d83f0b4
branches:  trunk
changeset: 492306:1ce53d83f0b4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 09 18:39:01 2005 +0000

description:
Convert to buildlink3.

diffstat:

 textproc/troffcvt/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 9bcc39dd2494 -r 1ce53d83f0b4 textproc/troffcvt/Makefile
--- a/textproc/troffcvt/Makefile        Sat Apr 09 18:38:42 2005 +0000
+++ b/textproc/troffcvt/Makefile        Sat Apr 09 18:39:01 2005 +0000
@@ -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 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index