diff options
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 16e71c54f..cc7d50b6c 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -26,6 +26,8 @@ USE_SQLITE= 3 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes +MAKE_JOBS_SAFE= yes +USE_PYTHON_BUILD= -2.7 CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |