summaryrefslogtreecommitdiff
path: root/databases
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
commitbeae991db345255545ffdcdcbde0c2c7bf30fb63 (patch)
treeb30f2413795c82e5f5fd6fd8234a895df7284f16 /databases
parentf6c04ed15dd59ec3a5cd472a744936e96306c442 (diff)
downloadpkgsrc-beae991db345255545ffdcdcbde0c2c7bf30fb63.tar.gz
Need libxslt to build for xsltproc.
Diffstat (limited to 'databases')
-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"