diff options
author | joerg <joerg@pkgsrc.org> | 2013-06-27 15:52:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-06-27 15:52:19 +0000 |
commit | 5b84b35c17b3cce356baba9a5c916e66d321469e (patch) | |
tree | 97eed4e094e43d7bd1e94ea5379ce33e7b964668 /wm | |
parent | 06a6ae3e25f4548642c42932247fe98f03f587cc (diff) | |
download | pkgsrc-5b84b35c17b3cce356baba9a5c916e66d321469e.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/afterstep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index 12737ddbc73..b7ce3743ee1 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2013/06/26 21:17:44 joerg Exp $ +# $NetBSD: Makefile,v 1.70 2013/06/27 15:52:19 joerg Exp $ DISTNAME= AfterStep-2.2.11 PKGNAME= ${DISTNAME:S/AfterStep/afterstep/} @@ -13,6 +13,7 @@ COMMENT= Window manager based on the look and feel of the NeXTStep interface LICENSE= mit PKG_INSTALLATION_TYPES= overwrite pkgviews +MAKE_JOBS_SAFE= no USE_TOOLS+= bash:run gmake perl:run pkg-config GNU_CONFIGURE= yes |