diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-28 23:20:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-28 23:20:04 +0800 |
commit | d23b9b0334922c0e2ac605ee72580cf0cc5727a7 (patch) | |
tree | 367d8578ea1eb6b408c64a1b2fea8dfeb84f43dd /editors | |
parent | 309f3b4669bb58322fa65c6a14759003a08ded9c (diff) | |
download | freebsd-ports-gnome-d23b9b0334922c0e2ac605ee72580cf0cc5727a7.tar.gz freebsd-ports-gnome-d23b9b0334922c0e2ac605ee72580cf0cc5727a7.tar.zst freebsd-ports-gnome-d23b9b0334922c0e2ac605ee72580cf0cc5727a7.zip |
MAKE_JOBS_SAFE=yes is a nop since july 2013
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
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 |