diff options
author | makc <makc@FreeBSD.org> | 2009-08-19 17:24:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-19 17:24:20 +0800 |
commit | 1bed90f90e31eb75cbdbd9db3a131a918d2b319b (patch) | |
tree | 298cfdfeb337e29f49ea566130e0d9e70aad9051 /net-im | |
parent | ac70c31a8565f5b4b5a7a1673691e30fb06d5363 (diff) | |
download | freebsd-ports-gnome-1bed90f90e31eb75cbdbd9db3a131a918d2b319b.tar.gz freebsd-ports-gnome-1bed90f90e31eb75cbdbd9db3a131a918d2b319b.tar.zst freebsd-ports-gnome-1bed90f90e31eb75cbdbd9db3a131a918d2b319b.zip |
Mark as MAKE_JOBS_UNSAFE.
Reported by: Ulrich Spoerlein <uqs at spoerlein.net> via email
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 27276357999e..1073b51c10ef 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ --disable-growl --disable-ghbnr --disable-bundled-qca \ --verbose -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/psi |