diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-31 12:34:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-31 12:34:28 +0000 |
commit | 9a6ed996ac3b2c0c81c29f8f4eb8b482df421a79 (patch) | |
tree | 302fcb0cbb870d053f6450b97086191a1e163107 | |
parent | 1685739ccc9eb6e697991f0019416acfec93db43 (diff) | |
download | pkgsrc-9a6ed996ac3b2c0c81c29f8f4eb8b482df421a79.tar.gz |
Add two build dependencies needed for creating the *.8 man pages.
-rw-r--r-- | databases/tdb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index ba55bdfddb4..87b32f28143 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/30 13:24:31 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/31 12:34:28 wiz Exp $ # DISTNAME= tdb-1.2.10 @@ -9,6 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/tdb/ COMMENT= Small database system which uses files to store data +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + # both install tdbtool and tdbdump CONFLICTS+= samba<3.6.6nb3 |