diff options
author | abs <abs> | 2009-03-02 22:22:48 +0000 |
---|---|---|
committer | abs <abs> | 2009-03-02 22:22:48 +0000 |
commit | f7aa365522c1806ea4c9b757c4c1c0bb1ff1171c (patch) | |
tree | aa0e4c57759509f182b6adfc761e268b1a05cc0c /time/planner | |
parent | 166d92b14c8b81c9dd87babc6e7104a48cd28d60 (diff) | |
download | pkgsrc-f7aa365522c1806ea4c9b757c4c1c0bb1ff1171c.tar.gz |
+MAKE_JOBS_SAFE=no
Diffstat (limited to 'time/planner')
-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 |