diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile16/Makefile b/lang/guile16/Makefile index 2169c886bf9..b09d0c43113 100644 --- a/lang/guile16/Makefile +++ b/lang/guile16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/07/15 02:02:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2013/09/02 08:31:15 joerg Exp $ DISTNAME= guile-1.6.8 PKGREVISION= 5 @@ -13,6 +13,8 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension (1.6.x series) # Purposely not defining PREV_PKGPATH SUPERSEDES= guile-1.6.* +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/guile/1.6 USE_TOOLS+= gmake makeinfo |