diff options
author | dholland <dholland> | 2013-11-24 02:53:46 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-11-24 02:53:46 +0000 |
commit | 22fe28b923179b5d309a63a3b329e64d1f658385 (patch) | |
tree | 363ab370a2e48eba06e9882f5f52515be6e5f916 | |
parent | b49de31ee56c60b3a493009378bff21b9944e69e (diff) | |
download | pkgsrc-22fe28b923179b5d309a63a3b329e64d1f658385.tar.gz |
Not MAKE_JOBS_SAFE; tries to use gb_miles.h while still building it.
(Seen with 6 jobs.)
-rw-r--r-- | devel/sgb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile index be60e9d9dac..be45cb0ec48 100644 --- a/devel/sgb/Makefile +++ b/devel/sgb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/04/06 21:07:32 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2013/11/24 02:53:46 dholland Exp $ DISTNAME= sgb-2007-03.28 PKGNAME= sgb-20070328 @@ -13,6 +13,7 @@ COMMENT= The Stanford GraphBase DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex DEPENDS+= web2c-[0-9]*:../../print/web2c +MAKE_JOBS_SAFE= no USE_LIBTOOL= yes WRKSRC= ${WRKDIR} |