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 /net | |
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 'net')
-rw-r--r-- | net/freeradius3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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} |