diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-06-01 20:39:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-06-01 20:39:24 +0000 |
commit | 52f174f280a98481c8ae9c24c7c085e4b6245a58 (patch) | |
tree | eb6f6fb14043f78ca7f95098b6f8e8e10c05ecb0 | |
parent | Avoid picking up qt33 headers (diff) |
Prevent qmake from running again here as well.
Notes
Notes:
svn path=/head/; revision=192556
-rw-r--r-- | devel/qt4-qt3support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qt4-qt3support/Makefile b/devel/qt4-qt3support/Makefile index c29e2a166671..f6e189ac19de 100644 --- a/devel/qt4-qt3support/Makefile +++ b/devel/qt4-qt3support/Makefile @@ -71,7 +71,7 @@ pre-configure: ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/Qt3Support.pc|${PREFIX}/libdata/pkgconfig/Qt3Support.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' \ |