diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:22:58 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:22:58 +0000 |
commit | cb581e108f70aeeb4b53c153faf971da0a06bd5c (patch) | |
tree | 6aeeed376a8becdcf3c924476632b95967605e38 /graphics/fractorama | |
parent | 83880f5eb9b2e323f503247e6231ff23be772421 (diff) |
Notes
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 |