summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-05-30 23:58:13 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-05-30 23:58:13 +0000
commitd67b1da37449b1a53fa28e8f0e59959b139b6bc5 (patch)
treeb4e0c278a23ae82814f1486aa5bb7a91c998729d /x11
parent7b17b5ffb298fa6ff6e386e6d44adbe2a1830711 (diff)
downloadpkgsrc-d67b1da37449b1a53fa28e8f0e59959b139b6bc5.tar.gz
xfce4-terminal: drop MAKE_JOBS_SAFE=no
A lot has changed in the decade plus since that was set, many gmake updates, many Xfce updates, etc. No issue noted with MAKE_JOBS=8. (I will monitor bulk builds just in case.)
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-terminal/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile
index fa15ec8b8ae..682eae4b500 100644
--- a/x11/xfce4-terminal/Makefile
+++ b/x11/xfce4-terminal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/05/23 18:44:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.68 2022/05/30 23:58:13 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -9,8 +9,6 @@ MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-terminal/1.0/
HOMEPAGE= https://docs.xfce.org/apps/terminal/start
COMMENT= Xfce terminal emulator
-MAKE_JOBS_SAFE= no
-
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/startup-notification/buildlink3.mk"