summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-11 23:17:17 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-11 23:17:17 +0000
commitf2914d6217d9badf3eb8fdf7f11163a023223a8b (patch)
tree45068d63ac5b85334bc859d7647c2d0f6b4b640a /textproc
parent5c3cefa6be5aa9fa98506618117aaca48cb3afc6 (diff)
downloadpkgsrc-f2914d6217d9badf3eb8fdf7f11163a023223a8b.tar.gz
Needs docbook-xsl and xsltproc.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/po4a/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile
index 4e35653b2b2..fa553aadeed 100644
--- a/textproc/po4a/Makefile
+++ b/textproc/po4a/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/12/03 07:08:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2014/12/11 23:17:17 joerg Exp $
DISTNAME= po4a-0.45
CATEGORIES= textproc
@@ -21,7 +21,10 @@ REPLACE_PERL= scripts/msguntypot po4a po4a-gettextize po4a-normalize
REPLACE_PERL+= po4a-translate po4a-updatepo
REPLACE_PERL+= lib/Locale/Po4a/*
+DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
MAKE_ENV+= COLUMNS=76
.include "../../lang/perl5/module.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"