diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /x11-wm/icewm | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) | |
download | ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.zip |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 8c956b5e9f51..13c49d08d4c5 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -30,8 +30,7 @@ OPTIONS_DEFAULT= XFT XINERAMA ASM BEASTIE NLS MENUFIX BEASTIE_DESC= Use Beastie'fied startup button MENUFIX_DESC= MenuIconSize fix -# Restrict to stable (even) versions, indicated by the second component. -#PORTSCOUT= limitw:1,even +MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |