diff options
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index d7dd6b0903a..73e0ba1359b 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:18 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/17 16:23:57 joerg Exp $ # # pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000. @@ -18,6 +18,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://akpublic.research.att.com/sw/tools/sfio/ COMMENT= Safe and Fast IO library +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR} USE_TOOLS+= pax |