diff options
author | naddy <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
commit | 84277a2c84f435028713dc4e4eb0cfbcea7d22c9 (patch) | |
tree | 099421e39fd3789171ab48457ab8abb718f4872f /comms | |
parent | 2dd4b1f8121e2f04b698ab5887c0755f67535ea6 (diff) | |
download | freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.tar.gz freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.tar.zst freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wy60/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 5df3a1125d67..4497e5694746 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -16,6 +16,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= wy60.1 |