diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
commit | c810fd3c3f9bb23f07b63b0a05f036466ea372f8 (patch) | |
tree | c51d6ad6bd61beb985f639056b8f9f4db2a63a5e /audio/xmms-xymms/Makefile | |
parent | Update to 0.15 (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=231102
Diffstat (limited to '')
-rw-r--r-- | audio/xmms-xymms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index 11622c811492..4d39f48b196a 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" |