diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-01-22 22:33:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-01-22 22:33:45 +0000 |
commit | d9c65565c03129a9644d822bf75aa3f0e497e03f (patch) | |
tree | 80c3ce03a46cead2125cdc7941f9622aa839a018 /textproc | |
parent | 72ec802d4baaad16731921f67925a5bde63adebf (diff) | |
download | pkgsrc-d9c65565c03129a9644d822bf75aa3f0e497e03f.tar.gz |
The installed bin/xmlto need bin/xsltproc from textproc/libxslt in order
to run, so include textproc/libxslt/buildlink3.mk.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 46f237c6720..19054370369 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -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 @@ pre-install: ${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" |