diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 02:08:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 02:08:45 +0800 |
commit | 9f707361e3bb440d1570c8562d631a6b13aa9778 (patch) | |
tree | 0f0b591446ab71332a94d6a45811a3607d94be4a /x11-wm | |
parent | b2bc9ae8e91befa22f4e509132855e7e9bcee574 (diff) | |
download | freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.tar.gz freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.tar.zst freebsd-ports-gnome-9f707361e3bb440d1570c8562d631a6b13aa9778.zip |
- Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/transset-df/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile index 8b943ba94348..6d98c81b45d4 100644 --- a/x11-wm/transset-df/Makefile +++ b/x11-wm/transset-df/Makefile @@ -17,6 +17,7 @@ COMMENT= Make your windows transparent ALL_TARGET= transset-df MAKE_ARGS= CFLAGS="${CFLAGS}" USE_XORG= x11 xfixes xcomposite xrender xdamage +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/transset-df |