diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-25 18:24:24 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-25 18:24:24 +0800 |
commit | e4c3db923598c62db7c1d4f3ddaf8e78cccf0828 (patch) | |
tree | d4eb1aa46d11d038803653ebc2ae6d7023ad35e1 /x11-fm | |
parent | 7bc04ec8b80549cb51f1c5bdfaa6d9169febfa87 (diff) | |
download | freebsd-ports-gnome-e4c3db923598c62db7c1d4f3ddaf8e78cccf0828.tar.gz freebsd-ports-gnome-e4c3db923598c62db7c1d4f3ddaf8e78cccf0828.tar.zst freebsd-ports-gnome-e4c3db923598c62db7c1d4f3ddaf8e78cccf0828.zip |
x11-fm/librfm: Drop misspelled MAKE_JOB_UNSAFE
It was added in r372653 with no explanation and since nobody has
complained about it so far MAKE_JOBS_UNSAFE is probably not needed.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/librfm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index e6e0ce078768..d49f4ebad8df 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= libtubo.so:x11-fm/libtubo \ OPTIONS_DEFINE= NLS CONFIGURE_ARGS+=--with-pkglibdata -MAKE_JOB_UNSAFE=yes INSTALLS_ICONS= yes USES= autoreconf gettext gnome gmake libtool:keepla pkgconfig tar:bzip2 GNU_CONFIGURE= yes |