diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
commit | 1a90c9af172a823447ecd4ccca8e4d600c19183f (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /audio | |
parent | 6e98ad633c55d31af575767dcc7b0ea32759e9d0 (diff) | |
download | freebsd-ports-gnome-1a90c9af172a823447ecd4ccca8e4d600c19183f.tar.gz freebsd-ports-gnome-1a90c9af172a823447ecd4ccca8e4d600c19183f.tar.zst freebsd-ports-gnome-1a90c9af172a823447ecd4ccca8e4d600c19183f.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/uade/Makefile | 1 | ||||
-rw-r--r-- | audio/xmp/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile index bab0245e4e93..689e346922d0 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/uade2 DATADIR= ${PREFIX}/share/uade2 diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 4b10abfe0e12..1b7c21512825 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xmp:${PORTSDIR}/audio/libxmp USE_GMAKE= yes WANT_GNOME= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc |