summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorgdt <gdt>2007-05-16 13:12:39 +0000
committergdt <gdt>2007-05-16 13:12:39 +0000
commit9667c7644f9b2af12edbe0bdba3a02e671e435ee (patch)
treec546a99de5c96fbd56f6e4c0ef839c66e2997d0d /graphics/gd
parentb46f1fd3f0b5b27622d7089362a4a12f0ba64550 (diff)
downloadpkgsrc-9667c7644f9b2af12edbe0bdba3a02e671e435ee.tar.gz
# fails in test not finding libgd.a
MAKE_JOBS_SAFE= no
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 33b721f4631..41ee7947c19 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2007/02/16 20:37:52 adam Exp $
+# $NetBSD: Makefile,v 1.73 2007/05/16 13:12:39 gdt Exp $
DISTNAME= gd-2.0.34
CATEGORIES= graphics
@@ -9,6 +9,9 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.libgd.org/
COMMENT= Graphics library for the dynamic creation of images
+# fails in test not finding libgd.a
+MAKE_JOBS_SAFE= no
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes