diff options
author | lofi <lofi@FreeBSD.org> | 2007-06-22 01:26:18 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-06-22 01:26:18 +0800 |
commit | cb1507a5d54c01f659c65eac804be0614763cebe (patch) | |
tree | b5d3223623bb55cc1a515881af2ce588810a2b0c /x11 | |
parent | 7466c61c9c580da6093c6b22be8cf83cf21893e7 (diff) | |
download | freebsd-ports-gnome-cb1507a5d54c01f659c65eac804be0614763cebe.tar.gz freebsd-ports-gnome-cb1507a5d54c01f659c65eac804be0614763cebe.tar.zst freebsd-ports-gnome-cb1507a5d54c01f659c65eac804be0614763cebe.zip |
Another anti-Makefile-regeneration hack
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-opengl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 1b6abf32f8e7..befde03c91d7 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -72,7 +72,7 @@ pre-configure: post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtOpenGL.pc|${PREFIX}/libdata/pkgconfig/QtOpenGL.pc|g' \ - ${WRKSRC}/Makefile + -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ |