diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-03 12:00:32 +0800 |
commit | abcb5b0e4056d6f0fc5e793df8e9455569154dd5 (patch) | |
tree | b2279cefbf141022edd3d21f7d7b8183ad3345f6 /graphics/svgalib | |
parent | f243f7f688c6ed7b90aa01f7c11390f51bda2ea5 (diff) | |
download | freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.gz freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.tar.zst freebsd-ports-gnome-abcb5b0e4056d6f0fc5e793df8e9455569154dd5.zip |
Mark ports MAKE_JOBS_SAFE after some testing.
Diffstat (limited to 'graphics/svgalib')
-rw-r--r-- | graphics/svgalib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index fada017cd41c..5e24d8728073 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -16,6 +16,8 @@ COMMENT= A low level console graphics library ONLY_FOR_ARCHS= i386 amd64 +MAKE_JOBS_SAFE= yes + USE_DOS2UNIX= utils/gtf/gtf.h utils/gtf/scitech.h USE_GMAKE= yes USE_LDCONFIG= yes |