summaryrefslogtreecommitdiff
path: root/textproc/xmlto/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-01-22 22:33:45 +0000
committerkristerw <kristerw>2005-01-22 22:33:45 +0000
commitaec50c8f69d5b00b4542734bd65cd8e2d71f7dca (patch)
tree80c3ce03a46cead2125cdc7941f9622aa839a018 /textproc/xmlto/Makefile
parentc3a4daf43510a374fd17145f25f0a052c37fd9ad (diff)
downloadpkgsrc-aec50c8f69d5b00b4542734bd65cd8e2d71f7dca.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/xmlto/Makefile')
-rw-r--r--textproc/xmlto/Makefile3
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"