diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/vtwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/vtwm/Makefile b/wm/vtwm/Makefile index c38ce9e21e9..c63084e1fb5 100644 --- a/wm/vtwm/Makefile +++ b/wm/vtwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/05/20 00:58:29 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:23 joerg Exp $ # DISTNAME= vtwm-5.4.7 @@ -12,6 +12,8 @@ COMMENT= TWM with virtual desktop, m4, sound and 3-D buttons PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_IMAKE= YES .include "../../audio/rplay/buildlink3.mk" |