diff options
author | rillig <rillig> | 2007-01-18 19:31:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-18 19:31:57 +0000 |
commit | 8ffb8b0dc1b9547ad1139f1ee1e550dfd07f1931 (patch) | |
tree | 936afa1066fc79bb2d49d2f760c72de889414d4f /devel | |
parent | 620c1c6a6dd88e27c8edaf9a16fad37834daa4a8 (diff) | |
download | pkgsrc-8ffb8b0dc1b9547ad1139f1ee1e550dfd07f1931.tar.gz |
This package is not MAKE_JOBS_SAFE.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 9606162b04d..0977a8980a9 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/12/04 13:25:04 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2007/01/18 19:31:57 rillig Exp $ DISTNAME= autoconf-2.61 CATEGORIES= devel @@ -21,6 +21,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-lispdir +MAKE_JOBS_SAFE= no TEXINFO_REQD= 4.0 INFO_FILES= YES |