summaryrefslogtreecommitdiff
path: root/databases/postgresql90-docs
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-10-03 07:55:59 +0000
committerobache <obache@pkgsrc.org>2010-10-03 07:55:59 +0000
commitf935cfcce554d8fcdb9b0591f60343fe46524e93 (patch)
treeb30f2413795c82e5f5fd6fd8234a895df7284f16 /databases/postgresql90-docs
parentfbdf4141ebfd5484e95a72f4620a5a5b4f81512c (diff)
downloadpkgsrc-f935cfcce554d8fcdb9b0591f60343fe46524e93.tar.gz
Need libxslt to build for xsltproc.
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r--databases/postgresql90-docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-docs/Makefile b/databases/postgresql90-docs/Makefile
index 3aabc958672..e45085b2e4b 100644
--- a/databases/postgresql90-docs/Makefile
+++ b/databases/postgresql90-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/21 08:14:51 adam Exp $
+# $NetBSD: Makefile,v 1.3 2010/10/03 07:55:59 obache Exp $
PKGNAME= postgresql90-docs-${BASE_VERS}
COMMENT= PostgreSQL database documentation
@@ -12,6 +12,7 @@ BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
USE_TOOLS+= gzip tar perl:build
CONFIGURE_ENV+= DOCBOOKSTYLE="${PREFIX}/share/sgml/docbook/dsssl/modular"