diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-30 04:26:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-30 04:26:56 +0000 |
commit | c6074a6d0aef1a04490f7e24cb0e2bee9db6ff85 (patch) | |
tree | 42b1295c9758799d55782cc4a82ebbad69f74f02 /devel/fhist | |
parent | 8663ff6939cdedd1a6ae117a18a7c46e6eac5c2d (diff) | |
download | pkgsrc-c6074a6d0aef1a04490f7e24cb0e2bee9db6ff85.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'devel/fhist')
-rw-r--r-- | devel/fhist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 90aef254010..d6d94cb6fc8 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:16:57 asau Exp $ +# $NetBSD: Makefile,v 1.18 2012/12/30 04:26:56 dholland Exp $ # DISTNAME= fhist-1.16 @@ -13,6 +13,7 @@ COMMENT= File history and comparison tools USE_TOOLS+= gsoelim msgfmt yacc GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +MAKE_JOBS_SAFE= no CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc |