diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-09-18 21:44:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-09-18 21:44:42 +0800 |
commit | 1c6ebbbc1e9da8e5b14bd4ce7d184c18404fc821 (patch) | |
tree | b9411b0d17f4a4e933de0582cc513d3002780602 | |
parent | 1792d9208b16d8fdc0cb27fad30177f0ff88b659 (diff) | |
download | freebsd-ports-gnome-1c6ebbbc1e9da8e5b14bd4ce7d184c18404fc821.tar.gz freebsd-ports-gnome-1c6ebbbc1e9da8e5b14bd4ce7d184c18404fc821.tar.zst freebsd-ports-gnome-1c6ebbbc1e9da8e5b14bd4ce7d184c18404fc821.zip |
Port is not MAKE_JOBS_SAFE save.
Notified by: pointyhat (via miwi)
Feature safe: yes
-rw-r--r-- | audio/ocp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index ca4a331ccf3f..6734b6aa46a6 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -26,7 +26,6 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |