diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 07:55:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 07:55:59 +0000 |
commit | beae991db345255545ffdcdcbde0c2c7bf30fb63 (patch) | |
tree | b30f2413795c82e5f5fd6fd8234a895df7284f16 /databases/postgresql90-docs | |
parent | f6c04ed15dd59ec3a5cd472a744936e96306c442 (diff) | |
download | pkgsrc-beae991db345255545ffdcdcbde0c2c7bf30fb63.tar.gz |
Need libxslt to build for xsltproc.
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r-- | databases/postgresql90-docs/Makefile | 3 |
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" |