diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
commit | 6cacb1df61d80493937dec5b9462138e85192324 (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /ports-mgmt | |
parent | 1fec6ecef417af6d7b92fb43e4dc5b21c4dab0f6 (diff) | |
download | freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.gz freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.zst freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/distilator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index f440662c2c24..223afeffa0c8 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -15,5 +15,6 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \ BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |