diff options
author | dsainty <dsainty@pkgsrc.org> | 2014-05-11 02:25:34 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2014-05-11 02:25:34 +0000 |
commit | 415bc7cbd0feb3ee11f982167f8d8b413470acfa (patch) | |
tree | 84958db1b78364a63edcfae0397cb303ba829000 /time | |
parent | 1cb6ce1d5501b00534195c25095f81c90659683d (diff) | |
download | pkgsrc-415bc7cbd0feb3ee11f982167f8d8b413470acfa.tar.gz |
Not MAKE_JOBS_SAFE, it appears.
Diffstat (limited to 'time')
-rw-r--r-- | time/libical/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/libical/Makefile b/time/libical/Makefile index 3f4b40b97dc..5d4c83ed7d3 100644 --- a/time/libical/Makefile +++ b/time/libical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/02/01 01:44:52 markd Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/11 02:25:34 dsainty Exp $ # DISTNAME= libical-1.0 @@ -12,6 +12,7 @@ COMMENT= Reference implementation of the iCalendar data type and format USE_TOOLS+= perl USE_CMAKE= yes CMAKE_ARGS+= -DUSE_BUILTIN_TZDATA=false +MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libical.pc.in |