diff options
Diffstat (limited to 'graphics/fractorama')
-rw-r--r-- | graphics/fractorama/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile index 5038a6ccff54..ef471876dfd8 100644 --- a/graphics/fractorama/Makefile +++ b/graphics/fractorama/Makefile @@ -48,7 +48,7 @@ post-patch: s|-I$${QTROOT}/include|$${QTCPPFLAGS}| ; \ s|-O2|$${CXXFLAGS}| ; \ /WARN.*:=/d' - @${REINPLACE_CMD} -e 's|/tools/qt-3.0.4|$${X11BASE}|' \ + @${REINPLACE_CMD} -e 's|/tools/qt-3.0.4|$${LOCALBASE}|' \ ${WRKSRC}/directories.inc @${REINPLACE_CMD} -e 's|\(VariableComplexNode::\(evaluate\)\)|\2|' \ ${WRKSRC}/lib/fractal/VariableComplexNode.h |