summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorobache <obache>2010-10-03 07:55:59 +0000
committerobache <obache>2010-10-03 07:55:59 +0000
commitb16a200c8086f1ca98831eb145bd2e2506bfd638 (patch)
treeb30f2413795c82e5f5fd6fd8234a895df7284f16 /databases
parent792810e74329284af42dbebe2f2c178c995ea851 (diff)
downloadpkgsrc-b16a200c8086f1ca98831eb145bd2e2506bfd638.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"