diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-06-28 19:11:02 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-06-28 19:11:02 +0800 |
commit | 6eebafc9df7b3b8a4c2420fb1afce1faa35e912b (patch) | |
tree | 2a67210aa6ec0ad16761c72a8d0a193d7202e122 /x11-toolkits | |
parent | 10c1e2a2049c99cd0b9af6e54c48dfc93619a98b (diff) | |
download | freebsd-ports-graphics-6eebafc9df7b3b8a4c2420fb1afce1faa35e912b.tar.gz freebsd-ports-graphics-6eebafc9df7b3b8a4c2420fb1afce1faa35e912b.tar.zst freebsd-ports-graphics-6eebafc9df7b3b8a4c2420fb1afce1faa35e912b.zip |
MAKE_JOBS_SAFE=yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 217f7b75003..81d23e65eff 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/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 USE_LDCONFIG= yes |