aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-06-02 04:39:24 +0800
committerlofi <lofi@FreeBSD.org>2007-06-02 04:39:24 +0800
commitf37e04a357adde6698c329acd3c4dd7fdcc2b815 (patch)
tree71b91449420a360a82be4930f63e9c2a3d9e929a
parent64bfd91ed31a2ecdc16f02f086bdf5aa990ac98f (diff)
downloadfreebsd-ports-gnome-f37e04a357adde6698c329acd3c4dd7fdcc2b815.tar.gz
freebsd-ports-gnome-f37e04a357adde6698c329acd3c4dd7fdcc2b815.tar.zst
freebsd-ports-gnome-f37e04a357adde6698c329acd3c4dd7fdcc2b815.zip
Prevent qmake from running again here as well.
-rw-r--r--devel/qt4-qt3support/Makefile2
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' \