diff options
-rw-r--r-- | multimedia/goggles/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdvdplay/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libmatroska/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libmpeg2/Makefile | 1 | ||||
-rw-r--r-- | multimedia/subtitleripper/Makefile | 1 | ||||
-rw-r--r-- | multimedia/vamps/Makefile | 1 | ||||
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 1 | ||||
-rw-r--r-- | security/pam_pgina/Makefile | 1 | ||||
-rw-r--r-- | textproc/libebml/Makefile | 1 | ||||
-rw-r--r-- | textproc/ocaml-yaxpo/Makefile | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/goggles/Makefile b/multimedia/goggles/Makefile index be7eb33ec976..30fe6b75f6c5 100644 --- a/multimedia/goggles/Makefile +++ b/multimedia/goggles/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 xv xproto xext +MAKE_JOBS_SAFE= yes pre-everything:: .ifndef(WITH_DVD_DEVICE) diff --git a/multimedia/libdvdplay/Makefile b/multimedia/libdvdplay/Makefile index 5a5adbeaf7e9..f9f98795b20c 100644 --- a/multimedia/libdvdplay/Makefile +++ b/multimedia/libdvdplay/Makefile @@ -22,5 +22,6 @@ USE_BZIP2= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-dvdread-tree=${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index e75b843e53d5..5a05f29c4043 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/make/linux INSTALL_WRKSRC= ${WRKSRC}/make/linux USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes # Installs dir with proper permissions INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index bbd406e91999..950b36880d73 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -16,6 +16,7 @@ COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams USE_GNOME= gnometarget ltverhack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-shared \ --with-x diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 1f4358f05de1..bc35106da656 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= gocr:${PORTSDIR}/graphics/gocr \ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_SAFE= yes DOC_FILES= \ ChangeLog \ diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 9961834e09ed..709fd4f97ece 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread USE_GMAKE= yes MAKE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes CFLAGS+= -DHAVE_BUILTIN_EXPECT \ -I${LOCALBASE}/include \ diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index 9a61c47179a0..ef6f3e6c8508 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -17,6 +17,7 @@ COMMENT= A variety of cryptographic primitives for Objective Caml USE_OCAML= yes USE_OCAML_LDCONFIG= yes +MAKE_JOBS_SAFE= yes ALL_TARGET= all allopt diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile index c3e3660271c3..99e821828678 100644 --- a/security/pam_pgina/Makefile +++ b/security/pam_pgina/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes USE_PERL5_RUN= yes +MAKE_JOBS_SAFE= yes post-patch: # PREFIX safeness diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index 5a2b37553a03..7910df92e998 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/make/linux INSTALL_WRKSRC= ${WRKSRC}/make/linux USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes # Installs dir with proper permissions INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 diff --git a/textproc/ocaml-yaxpo/Makefile b/textproc/ocaml-yaxpo/Makefile index f9b6678a1a33..3bc0e9d57c2d 100644 --- a/textproc/ocaml-yaxpo/Makefile +++ b/textproc/ocaml-yaxpo/Makefile @@ -19,6 +19,7 @@ COMMENT= Non-validating XML 1.0 + XMLNS processing suite for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml ALL_TARGET= yaxpo +MAKE_JOBS_SAFE= yes DATE_VERSION= 20050614 |