diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-06-28 19:22:19 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-06-28 19:22:19 +0800 |
commit | 9a130d5f8999925ead5381de966fe6c528b7dce3 (patch) | |
tree | 5f6080b7810f945d21bc6d261a56247217e129aa /x11-toolkits | |
parent | bf4276398c0d567d2d2c6e2127a1caa2ae1a96d2 (diff) | |
download | freebsd-ports-gnome-9a130d5f8999925ead5381de966fe6c528b7dce3.tar.gz freebsd-ports-gnome-9a130d5f8999925ead5381de966fe6c528b7dce3.tar.zst freebsd-ports-gnome-9a130d5f8999925ead5381de966fe6c528b7dce3.zip |
MAKE_JOBS_SAFE=yes
PR: 169456
Submitted by: Sayetsky Anton
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index fb13a4e44e0c..7f57d36abfef 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -25,6 +25,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 |