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 | 54ea1aa98987a8726e790bbd114b83c021328bcc (patch) | |
tree | 97eed4e094e43d7bd1e94ea5379ce33e7b964668 | |
parent | 96a7eb25491403260323750fdb2bd69b4d006b6e (diff) | |
download | pkgsrc-54ea1aa98987a8726e790bbd114b83c021328bcc.tar.gz |
Not MAKE_JOBS_SAFE.
-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 |