diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-24 14:47:42 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-24 14:47:42 +0000 |
commit | 045099965f0f0287302262f973592a28256a33bb (patch) | |
tree | 329bcb3e825bd0e3a8f366dfb77919d8eed16d38 /audio/vorbis-tools/Makefile | |
parent | 0d6e8f6bb841a461de4425b6f06ebee690c89e25 (diff) | |
download | ports-045099965f0f0287302262f973592a28256a33bb.tar.gz ports-045099965f0f0287302262f973592a28256a33bb.zip |
Notes
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index ac2198a2f9da..a4ef5de263e9 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +MAKE_JOBS_SAFE= yes MAN1= ogg123.1 oggdec.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1 |