diff options
-rw-r--r-- | graphics/gd/Makefile | 5 |
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 |