diff options
author | joerg <joerg> | 2010-03-09 18:24:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-09 18:24:53 +0000 |
commit | 5ac63f7fc457e24fe3fcfd2e6133fcd630d5a6d4 (patch) | |
tree | 7f1376b6d4088e78d5bb8ba76228495ec5747e99 /graphics | |
parent | dc5081ad0ecc72e0fcce54eb841e22082abbe697 (diff) | |
download | pkgsrc-5ac63f7fc457e24fe3fcfd2e6133fcd630d5a6d4.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-docs/Makefile b/graphics/gimp-docs/Makefile index 342d61993ea..f7fec3f4758 100644 --- a/graphics/gimp-docs/Makefile +++ b/graphics/gimp-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:21 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/09 18:24:53 joerg Exp $ DISTNAME= gimp-help-2.4.0 PKGNAME= gimp-docs-2.4.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gimp.org/ COMMENT= Documentation package for The Gimp image manipulation software PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl # Only xsltproc is needed. |