diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-01 16:35:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-01 16:35:18 +0000 |
commit | 31ff89fba5970463d1fe04f7aff9b648ef89e69d (patch) | |
tree | 39865a8dfa0fdb1b8747e5261eb74329101055c2 /graphics/gimp-docs | |
parent | 94944b736fd74636a6774093853fde3bd96b31e7 (diff) | |
download | pkgsrc-31ff89fba5970463d1fe04f7aff9b648ef89e69d.tar.gz |
xsltproc is needed for build.
Diffstat (limited to 'graphics/gimp-docs')
-rw-r--r-- | graphics/gimp-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-docs/Makefile b/graphics/gimp-docs/Makefile index b795675528f..a6de943e205 100644 --- a/graphics/gimp-docs/Makefile +++ b/graphics/gimp-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/12/13 01:18:19 wulf Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/01 16:35:18 joerg Exp $ DISTNAME= gimp-help-2.4.0 PKGNAME= gimp-docs-2.4.0 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.gimp.org/ COMMENT= Documentation package for The Gimp image manipulation software BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +# Only xsltproc is needed. +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt USE_TOOLS+= gmake GNU_CONFIGURE= yes |