diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-07-01 18:59:48 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-07-01 18:59:48 +0800 |
commit | d94dbaa141b0afb768e792692379f06346161b84 (patch) | |
tree | d69565e30815a1c709e862d1ebf6fa2445578684 /x11-toolkits | |
parent | 59ac64718f36b582c562c658c9fedaf9fbafc987 (diff) | |
download | freebsd-ports-graphics-d94dbaa141b0afb768e792692379f06346161b84.tar.gz freebsd-ports-graphics-d94dbaa141b0afb768e792692379f06346161b84.tar.zst freebsd-ports-graphics-d94dbaa141b0afb768e792692379f06346161b84.zip |
MAKE_JOBS_SAFE=yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 336f4176d2c..dc666e63f90 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |