diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/xfpovray | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/xfpovray')
-rw-r--r-- | graphics/xfpovray/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 3d1112e843c2..0bf146fa7d5a 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 xext xpm USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h |