diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-06-02 23:22:58 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-06-02 23:22:58 +0800 |
commit | 619f51ea7db498463ef06b5d19bfa432fb27904b (patch) | |
tree | fe95efe5389689333cd3cec5380f193e6d5fbc73 /graphics/fractorama | |
parent | 7c6ce770e9bc71df5cf0af9eaab46ddf28d448b7 (diff) | |
download | freebsd-ports-gnome-619f51ea7db498463ef06b5d19bfa432fb27904b.tar.gz freebsd-ports-gnome-619f51ea7db498463ef06b5d19bfa432fb27904b.tar.zst freebsd-ports-gnome-619f51ea7db498463ef06b5d19bfa432fb27904b.zip |
Forget about X11BASE
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 |