diff options
-rw-r--r-- | devel/monotone/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 1 | ||||
-rw-r--r-- | math/sage/Makefile | 1 | ||||
-rw-r--r-- | net/freeradius3/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 85a7bdc6a838..995c72e181be 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ SUB_FILES= pkg-message USES= cpe iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo USE_PERL5= build -MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 760b97cd06ff..4adb28f9353f 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -102,7 +102,6 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \ USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ gmake jpeg perl5 pkgconfig python tar:bzip2 WITHOUT_CPU_CFLAGS= true -MAKE_JOBS_SAFE= yes CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index e9f8437df457..0cc8d3fad35b 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -114,7 +114,6 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \ USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \ gmake jpeg perl5 pkgconfig python tar:${TARTYPE} WITHOUT_CPU_CFLAGS= true -MAKE_JOBS_SAFE= yes CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache diff --git a/math/sage/Makefile b/math/sage/Makefile index c8ebd2d3a84f..2caa071ec154 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -37,7 +37,6 @@ pre-extract: PLIST_FILES= bin/sage USE_TEX= latex:build USES= gmake iconv jpeg tk perl5 -MAKE_JOBS_SAFE= yes # Optimization flags will be defined by the source CFLAGS:= ${CFLAGS:C/^-O.*$//} diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 4b41b47e5fa0..858a563f3e08 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -37,7 +37,6 @@ MAKE_ARGS+= HOME=/dev/null CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g} |