diff options
author | wulf <wulf@pkgsrc.org> | 2007-12-13 01:18:19 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2007-12-13 01:18:19 +0000 |
commit | e7d5b944fa9da1f5b5ad6854f9c4875267cbb758 (patch) | |
tree | 35caf8415e25e0cb44e8de2d43046245d6028726 /graphics | |
parent | f249ff84b6ee6e622980877c905b538bacc3df22 (diff) | |
download | pkgsrc-e7d5b944fa9da1f5b5ad6854f9c4875267cbb758.tar.gz |
Changed docbook-xsl dependency from DEPENDS to BUILD_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-docs/Makefile b/graphics/gimp-docs/Makefile index 6ef0478de2b..b795675528f 100644 --- a/graphics/gimp-docs/Makefile +++ b/graphics/gimp-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/11 02:10:11 wulf Exp $ +# $NetBSD: Makefile,v 1.9 2007/12/13 01:18:19 wulf Exp $ DISTNAME= gimp-help-2.4.0 PKGNAME= gimp-docs-2.4.0 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gimp.org/ COMMENT= Documentation package for The Gimp image manipulation software -DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl USE_TOOLS+= gmake GNU_CONFIGURE= yes |