diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-14 14:37:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-14 14:37:19 +0000 |
commit | 2825d84eecf9ab8385334084c4f75faba33494f5 (patch) | |
tree | 6a1b2df14f074441452445ada8210d5402dbb0e0 /graphics/f4l | |
parent | 633bd5ededc6339a74b69b169c786e9398964e90 (diff) | |
download | pkgsrc-2825d84eecf9ab8385334084c4f75faba33494f5.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'graphics/f4l')
-rw-r--r-- | graphics/f4l/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/f4l/Makefile b/graphics/f4l/Makefile index eb312ac2fe6..c658a72c828 100644 --- a/graphics/f4l/Makefile +++ b/graphics/f4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/11/01 06:01:32 sbd Exp $ +# $NetBSD: Makefile,v 1.16 2011/11/14 14:37:19 dholland Exp $ DISTNAME= f4l-0.2.1 PKGREVISION= 5 @@ -12,6 +12,8 @@ COMMENT= Development environment for Macromedia Flash PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + NO_CONFIGURE= yes USE_LANGUAGES= c++ USE_LIBTOOL= yes |