diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
commit | abcb5b0e4056d6f0fc5e793df8e9455569154dd5 (patch) | |
tree | b2279cefbf141022edd3d21f7d7b8183ad3345f6 /audio/timidity++ | |
parent | f243f7f688c6ed7b90aa01f7c11390f51bda2ea5 (diff) | |
download | freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.gz freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.zst freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.zip |
Mark ports MAKE_JOBS_SAFE after some testing.
Diffstat (limited to 'audio/timidity++')
-rw-r--r-- | audio/timidity++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 442b3c02092d..dbc667cbc9a8 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -27,6 +27,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes + PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR} EUCJP_LOCALE=${EUCJP_LOCALE} EUCJP_LOCALE= ja_JP.eucJP |