diff options
author | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
commit | 472387c1864e149c8de23f290e91793ad7fbf8ca (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /news | |
parent | f2d5090c7c455bef6c3cbb6ddcb5bc50b3fe334b (diff) | |
download | freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.gz freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.zst freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.zip |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode/Makefile | 1 | ||||
-rw-r--r-- | news/newsstar/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index b03b02fe0f91..4d909e537d74 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -12,7 +12,6 @@ COMMENT= NNTP package for offline news caching and reading LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -MAKE_JOBS_SAFE= yes USE_XZ= yes GNU_CONFIGURE= yes diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index 99b90cdfc8db..899477f49b08 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ USE_PERL5= yes GNU_CONFIGURE= yes USES= iconv -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL |