diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /graphics | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) | |
download | ports-8c2aab382d5ceff395ed38e45399378035c4968e.tar.gz ports-8c2aab382d5ceff395ed38e45399378035c4968e.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sam2p/Makefile | 1 | ||||
-rw-r--r-- | graphics/xfpovray/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 1f730d243cdf..f9059e2421d0 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -31,6 +31,7 @@ USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} +MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 4407d3f0c14d..31e6756a5e16 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes USE_XORG= x11 xext xpm USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h |