diff options
author | kefren <kefren@pkgsrc.org> | 2009-03-22 22:35:32 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-03-22 22:35:32 +0000 |
commit | d295bf6aebe551ca95f02a6085d185fc9a4245e1 (patch) | |
tree | 55428cc16ad029a479f22640e9be9ef1f69a3ffb /x11/gnome-sharp | |
parent | cd6932eb6957ff070274ac3dd9eab9c19c5bbb2d (diff) | |
download | pkgsrc-d295bf6aebe551ca95f02a6085d185fc9a4245e1.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'x11/gnome-sharp')
-rw-r--r-- | x11/gnome-sharp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-sharp/Makefile b/x11/gnome-sharp/Makefile index 239642ff126..0c3e1d0afc4 100644 --- a/x11/gnome-sharp/Makefile +++ b/x11/gnome-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/03/06 14:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/03/22 22:35:32 kefren Exp $ # DISTNAME= gnome-sharp-2.24.1 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= art/art-sharp-2.0.pc.in PKGCONFIG_OVERRIDE+= gconf/GConf/gconf-sharp-2.0.pc.in |