diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-02 17:28:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-02 17:28:55 +0000 |
commit | 9bcad90b60252f0a5f6b814c0b581e75b62ebfad (patch) | |
tree | b1cc2040b8de6470aa47d9dee1f0b886fcfe2db5 | |
parent | 3ea561beaee487c734584fad5ba45d51f875f7c1 (diff) | |
download | pkgsrc-9bcad90b60252f0a5f6b814c0b581e75b62ebfad.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | devel/GConf-ui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile index 98db97c57ae..53d51f4dc92 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2009/10/21 15:49:33 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/02 17:28:55 joerg Exp $ # +MAKE_JOBS_SAFE= no + .include "../../devel/GConf/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf-ui/} |