pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/rtf-tools Instead of using BUILD_DEPENDS, inc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e5185035775
branches: trunk
changeset: 491865:7e5185035775
user: reed <reed%pkgsrc.org@localhost>
date: Thu Mar 31 01:05:22 2005 +0000
description:
Instead of using BUILD_DEPENDS, include the new buildlink3.mk
file for libts (which also defaults to "build" dependency).
This fixes build problem introduced when USE_BUILDLINK3 became
the default.
This will close PR pkg/29815.
diffstat:
textproc/rtf-tools/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 4e1a3f72b3cb -r 7e5185035775 textproc/rtf-tools/Makefile
--- a/textproc/rtf-tools/Makefile Thu Mar 31 01:03:12 2005 +0000
+++ b/textproc/rtf-tools/Makefile Thu Mar 31 01:05:22 2005 +0000
@@ -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 @@
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 @@
${INSTALL_MAN} ${WRKSRC}/man/rtf2troff.man \
${PREFIX}/man/manl/rtf2troff.l
+.include "../../devel/libts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index