diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:48:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:48:55 +0000 |
commit | 7f208943eb79b5c3567a542fd3baa040e2d9a365 (patch) | |
tree | d040ca6a221986b762d503614372db90b84344e0 /archivers/unace | |
parent | 1435495e701b1a565d95fd4313263f3d2c7be7d1 (diff) |
- Mark MAKE_JOBS_UNSAFE=yes
Approved by: linimon (via irc on #bsdports)
Tested on: RideCharge TB, P6 TB
Notes
Notes:
svn path=/head/; revision=232934
Diffstat (limited to 'archivers/unace')
-rw-r--r-- | archivers/unace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 27f60e54fef0..fd4c08b935f8 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= utils/compress MAINTAINER= jonny@jonny.eng.br COMMENT= Extract, view & test ACE archives +MAKE_JOBS_UNSAFE= yes + USE_GMAKE= yes ALL_TARGET= clean unace PLIST_FILES= bin/unace |