diff options
author | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /games/xgospel | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.zst freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'games/xgospel')
-rw-r--r-- | games/xgospel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index 18551526207e..bec220d08259 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_XORG= ice sm x11 xaw xext xmu xpm xt GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d |