diff options
author | John Marino <marino@FreeBSD.org> | 2015-06-14 08:04:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-06-14 08:04:55 +0000 |
commit | a0b88b95f3325c9af77a3ba968dc51f7367de82e (patch) | |
tree | 51cdac5a5735be48cb8a63d57c7dc2f847bab1c9 /graphics/flasm | |
parent | 6681485d76242c0301c18b6c506914942d146f00 (diff) | |
download | ports-a0b88b95f3325c9af77a3ba968dc51f7367de82e.tar.gz ports-a0b88b95f3325c9af77a3ba968dc51f7367de82e.zip |
Notes
Diffstat (limited to 'graphics/flasm')
-rw-r--r-- | graphics/flasm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index de3299d1256f..e77a679b94f3 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -17,6 +17,8 @@ PLIST_FILES= bin/flasm MAKE_ARGS= CFLAGS="${CFLAGS}" +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin |