diff options
author | abs <abs@pkgsrc.org> | 2009-03-02 22:22:48 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-03-02 22:22:48 +0000 |
commit | 2349f31b9d86e902389708f916efd2f1689ec6c9 (patch) | |
tree | aa0e4c57759509f182b6adfc761e268b1a05cc0c /time | |
parent | c74d43440770e067d85e332d027e5d3710d2f272 (diff) | |
download | pkgsrc-2349f31b9d86e902389708f916efd2f1689ec6c9.tar.gz |
+MAKE_JOBS_SAFE=no
Diffstat (limited to 'time')
-rw-r--r-- | time/planner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/planner/Makefile b/time/planner/Makefile index c20025e5876..b060a0dce47 100644 --- a/time/planner/Makefile +++ b/time/planner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/01/04 18:01:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/03/02 22:22:48 abs Exp $ # DISTNAME= planner-0.14.3 @@ -17,6 +17,7 @@ USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes +MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE= libplanner-1.pc.in |