diff options
Diffstat (limited to 'graphics/xfpovray/files/BSDmakefile')
-rw-r--r-- | graphics/xfpovray/files/BSDmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfpovray/files/BSDmakefile b/graphics/xfpovray/files/BSDmakefile index 16b0cc63bc74..b7ad54dfd68b 100644 --- a/graphics/xfpovray/files/BSDmakefile +++ b/graphics/xfpovray/files/BSDmakefile @@ -1,5 +1,5 @@ PROG= xfpovray -NO_MAN= nope +MAN= NO_WERROR= yes BINDIR= ${PREFIX}/bin CFLAGS+=-Iflx -I${LOCALBASE}/include -DHELP_DIR='"${DOCSDIR}"' |