diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-31 16:09:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-31 16:09:51 +0800 |
commit | 10be94a82bea15cc0d22228f77945188fc9202e0 (patch) | |
tree | 0b59f8f8e3c7b963feec38bbdab4f185f1c8e939 /graphics/stl2pov | |
parent | 747726f875d038d29e52f43a13998e85b0effa21 (diff) | |
download | freebsd-ports-graphics-10be94a82bea15cc0d22228f77945188fc9202e0.tar.gz freebsd-ports-graphics-10be94a82bea15cc0d22228f77945188fc9202e0.tar.zst freebsd-ports-graphics-10be94a82bea15cc0d22228f77945188fc9202e0.zip |
- Allow to build with MAKE_JOBS_SAFE
PR: 133222 133223
Submitted by: Roland Smith <rsmith@xs4all.nl> (maintainer)
Diffstat (limited to 'graphics/stl2pov')
-rw-r--r-- | graphics/stl2pov/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/stl2pov/Makefile b/graphics/stl2pov/Makefile index 75c453832f7..37b57460ec9 100644 --- a/graphics/stl2pov/Makefile +++ b/graphics/stl2pov/Makefile @@ -14,6 +14,8 @@ COMMENT= Converts STL models to POV-Ray meshes PLIST_FILES= bin/stl2pov +MAKE_JOBS_SAFE= yes + MAN1= stl2pov.1 MANCOMPRESSED= yes |