diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-07-01 18:43:19 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-07-01 18:43:19 +0800 |
commit | 59ac64718f36b582c562c658c9fedaf9fbafc987 (patch) | |
tree | 85aeaf43fdeb62721cde7a62302172543ad43e56 /x11-toolkits | |
parent | 95ad1b97c3feab20834c3446bdde7bc4be022938 (diff) | |
download | freebsd-ports-graphics-59ac64718f36b582c562c658c9fedaf9fbafc987.tar.gz freebsd-ports-graphics-59ac64718f36b582c562c658c9fedaf9fbafc987.tar.zst freebsd-ports-graphics-59ac64718f36b582c562c658c9fedaf9fbafc987.zip |
MAKE_JOBS_SAFE=yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index a5a5da26419..fb376c6fd17 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -26,6 +26,7 @@ USE_BZIP2= yes USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_ICONV= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes |