diff options
author | naddy <naddy@FreeBSD.org> | 2009-03-24 22:47:42 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-03-24 22:47:42 +0800 |
commit | 6b65a49e0fbaa8c31fc19110eebb9a804cba245f (patch) | |
tree | d23bcd9ab1a2dcee464001ab7af025ac3dee5216 /audio/libvorbis | |
parent | b8454145c59f3cebc7f22ef6e06f3410cb4bf3c1 (diff) | |
download | freebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.tar.gz freebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.tar.zst freebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.zip |
allow parallel building
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 2c38cd3b127d..949217b1c1a1 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .if defined(NOPORTDOCS) MAKE_ENV= DOC="" |