diff options
author | mm <mm@FreeBSD.org> | 2009-08-12 15:35:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-08-12 15:35:56 +0800 |
commit | 07af377d4adda68b9fc986a66eca1291f07931c5 (patch) | |
tree | ccb5b0293994c0b676dcb0180a28c728b4857526 /multimedia/schroedinger | |
parent | ff1fa38f83ceeb90efb62bf8d68891b978c2f8c7 (diff) | |
download | freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.tar.gz freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.tar.zst freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.zip |
- Mark port MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'multimedia/schroedinger')
-rw-r--r-- | multimedia/schroedinger/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile index c2a916c09894..06a01394c403 100644 --- a/multimedia/schroedinger/Makefile +++ b/multimedia/schroedinger/Makefile @@ -34,6 +34,7 @@ LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .if defined(_BUILDING_GSTREAMER_PLUGIN) WANT_GSTREAMER= yes |