diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-28 02:18:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-28 02:18:59 +0800 |
commit | a8d2d9c1f31f835dd27c4efa5a9f9c624de4b948 (patch) | |
tree | 5e6e8c3e14cb60e9807507f0cd782ac6f2894ad6 | |
parent | 84277a2c84f435028713dc4e4eb0cfbcea7d22c9 (diff) | |
download | freebsd-ports-gnome-a8d2d9c1f31f835dd27c4efa5a9f9c624de4b948.tar.gz freebsd-ports-gnome-a8d2d9c1f31f835dd27c4efa5a9f9c624de4b948.tar.zst freebsd-ports-gnome-a8d2d9c1f31f835dd27c4efa5a9f9c624de4b948.zip |
Mark MAKE_JOBS_SAFE
-rw-r--r-- | audio/gbsplay/Makefile | 1 | ||||
-rw-r--r-- | audio/milkytracker/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index 137c1df1444e..6134d32af54c 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -20,6 +20,7 @@ COMMENT?= Emulates the sound hardware of the Nintendo Game Boy(TM) HAS_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile index e9446da6b6d1..025ac7a9fee1 100644 --- a/audio/milkytracker/Makefile +++ b/audio/milkytracker/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack GNU_CONFIGURE= yes USE_BZIP2= yes USE_SDL= sdl +MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |