diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 01:04:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 01:04:49 +0800 |
commit | 9e9339d429ef1e0727723d3a88987f06bd6740da (patch) | |
tree | acccc77d180a1cd472d720ec5ba600b7612f20bb /x11 | |
parent | 44382a7b65a5b3b2046df04161ec35b96089d9e0 (diff) | |
download | freebsd-ports-graphics-9e9339d429ef1e0727723d3a88987f06bd6740da.tar.gz freebsd-ports-graphics-9e9339d429ef1e0727723d3a88987f06bd6740da.tar.zst freebsd-ports-graphics-9e9339d429ef1e0727723d3a88987f06bd6740da.zip |
Mark as job unsafe
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 32b2adfd2ff..5ad3018b58a 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -20,6 +20,7 @@ XLOCK_RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore USES= imake USE_XORG= x11 xext xscrnsaver +MAKE_JOBS_UNSAFE= yes MAN1= xautolock.1 PLIST_FILES= bin/xautolock |