aboutsummaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
commited59156ea974a2adcb0480a67bd3b9a974de4609 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /x11/xbindkeys
parentc499bf8adee4c324e57d1011d31c74e99e261d67 (diff)
downloadports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz
ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.zip
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
Notes
Notes: svn path=/head/; revision=313672
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index e88285c46a74..0f597d0361ef 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -1,4 +1,4 @@
-# Created by: ijliao
+# Created by: ijliao
# $FreeBSD$
PORTNAME= xbindkeys
@@ -23,6 +23,8 @@ PLIST_DIRS= %%EXAMPLESDIR%%
WISH= ${LOCALBASE}/bin/wish8.4
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGUILE}