pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto The installed bin/xmlto need bin/xsltpr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ca43b4cc23d
branches:  trunk
changeset: 487979:3ca43b4cc23d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jan 22 22:33:45 2005 +0000

description:
The installed bin/xmlto need bin/xsltproc from textproc/libxslt in order
to run, so include textproc/libxslt/buildlink3.mk.

diffstat:

 textproc/xmlto/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 25d04b1f668a -r 3ca43b4cc23d textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Sat Jan 22 21:54:49 2005 +0000
+++ b/textproc/xmlto/Makefile   Sat Jan 22 22:33:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/03 13:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/22 22:33:45 kristerw Exp $
 #
 
 DISTNAME=              xmlto-0.0.18
@@ -25,4 +25,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/docbook
        ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/fo
 
+.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index