diff options
author | obache <obache> | 2010-10-06 07:39:31 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-06 07:39:31 +0000 |
commit | 70cdd64f27151253682874cc6773cb155b78c93d (patch) | |
tree | 9f01ef08317f192787cdab253e8ed359107d74ec /audio | |
parent | 9a9628d039070d915168aeeba3c64441749e810c (diff) | |
download | pkgsrc-70cdd64f27151253682874cc6773cb155b78c93d.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xwave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index 859573d658b..44e41627b39 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/10/06 07:38:32 obache Exp $ +# $NetBSD: Makefile,v 1.26 2010/10/06 07:39:31 obache Exp $ # DISTNAME= xwave2 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_IMAKE= YES INSTALLATION_DIRS= bin lib/X11/app-defaults +MAKE_JOBS_SAFE= no + SUBST_CLASSES+= devaudio SUBST_STAGE.devaudio= pre-configure SUBST_FILES.devaudio= src/XWave |