diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:42:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:42:07 +0000 |
commit | 9f4bfc4080f6e2573d7e25d1a669d4e8d347d6fa (patch) | |
tree | 789b01e37c4b3c44920d7417e775ca0f39f98a33 /misc/xless | |
parent | 889aaa183f4b93926d334e505ca4de4ea4a2b51e (diff) | |
download | ports-9f4bfc4080f6e2573d7e25d1a669d4e8d347d6fa.tar.gz ports-9f4bfc4080f6e2573d7e25d1a669d4e8d347d6fa.zip |
Mark jobs unsafe
Notes
Notes:
svn path=/head/; revision=322663
Diffstat (limited to 'misc/xless')
-rw-r--r-- | misc/xless/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xless/Makefile b/misc/xless/Makefile index 88ab3fc74d83..2198782e7b68 100644 --- a/misc/xless/Makefile +++ b/misc/xless/Makefile @@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org COMMENT= X11 viewer for text files. Useful as an add-on tool for other apps +MAKE_JOBS_UNSAFE= yes USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xless.1 |