aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-08-14 22:35:50 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-08-14 22:35:50 +0000
commitd4041784dc51fbd5b1e6a77c341ba00b18e4cd60 (patch)
treee9aa43bc0924dc359b2756757c2c0994f118aa35 /converters
parent702abdca4ef62ef60af2ad91e5ef063c02599bd1 (diff)
downloadports-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.tar.gz
ports-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.zip
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=324744
Diffstat (limited to 'converters')
-rw-r--r--converters/chmview/Makefile1
-rw-r--r--converters/enca/Makefile1
-rw-r--r--converters/osm2pgsql/Makefile1
-rw-r--r--converters/tnef/Makefile1
-rw-r--r--converters/uudeview/Makefile1
-rw-r--r--converters/uulib/Makefile1
-rw-r--r--converters/wkhtmltopdf/Makefile1
-rw-r--r--converters/xdeview/Makefile1
8 files changed, 0 insertions, 8 deletions
diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile
index ae940ea5ad56..bd0ce949cd05 100644
--- a/converters/chmview/Makefile
+++ b/converters/chmview/Makefile
@@ -21,7 +21,6 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h
WRKSRC= ${WRKDIR}/src
PLIST_FILES= bin/chmview
-MAKE_JOBS_SAFE= yes
pre-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
diff --git a/converters/enca/Makefile b/converters/enca/Makefile
index cc5f8ce8a165..771a9295d7aa 100644
--- a/converters/enca/Makefile
+++ b/converters/enca/Makefile
@@ -25,7 +25,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index a0cf7ddbe650..b0aadf95a869 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -23,7 +23,6 @@ USE_AUTOTOOLS= autoconf automake libtool aclocal autoheader libtoolize
USE_GMAKE= yes
USE_PGSQL= yes
USE_GNOME= libxml2
-MAKE_JOBS_SAFE= yes
PORTDOCS= ChangeLog README AUTHORS TODO
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile
index de19f675f63f..c0eebb896fcf 100644
--- a/converters/tnef/Makefile
+++ b/converters/tnef/Makefile
@@ -13,7 +13,6 @@ OPTIONS_DEFINE= DOCS
USE_GCC= any
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
MAN1= tnef.1
PORTDOCS= AUTHORS NEWS README THANKS TODO
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index b92131602f27..85f6c4d859b1 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tcl
-MAKE_JOBS_SAFE= yes
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile
index fa0134695aa1..2abb76262a75 100644
--- a/converters/uulib/Makefile
+++ b/converters/uulib/Makefile
@@ -21,7 +21,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
ALL_TARGET= libuu.a libuu.so.${SHLIB_VER}
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
MAN3= uulib.3
PORTDOCS= *
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index 032550f2c8f5..ff9fbb978bf5 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -26,7 +26,6 @@ USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= BUNDLED_LIBS
BUNDLED_LIBS_DESC= Use Qt-bundled jpeg, mng, png and tiff
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile
index fd7585e7123c..f9dcf50f0e57 100644
--- a/converters/xdeview/Makefile
+++ b/converters/xdeview/Makefile
@@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tcl --disable-tk
ALL_TARGET= xdeview
INSTALL_TARGET= install-tcl
-MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${TCL_INCLUDEDIR} -DHAVE_TCL \
-I${TK_INCLUDEDIR} -DHAVE_TK \