diff options
author | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /audio/snd/Makefile | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.zst freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r-- | audio/snd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 943b08077015..4cd2f6a8c7f0 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-float-samples MAKEFILE= makefile ALL_TARGET= audinfo snd snd-info sndplay sndrecord +MAKE_JOBS_UNSAFE= yes MAN1= snd.1 |