diff options
Diffstat (limited to 'textproc/xmlto/Makefile')
-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" |