aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus-qt4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-05-25 11:34:09 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-05-25 11:34:09 +0000
commit08c4d6057ce94a80cba6b9671e4caf45a9f7ad5b (patch)
tree9ec491d339b23483822bd408b59a0e003723507c /devel/dbus-qt4
parent7f1e8ebb3fa0de840347bc989385fb825ee0747e (diff)
Notes
Diffstat (limited to 'devel/dbus-qt4')
-rw-r--r--devel/dbus-qt4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile
index 2dd9579bfe31..cc6bfa612e10 100644
--- a/devel/dbus-qt4/Makefile
+++ b/devel/dbus-qt4/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dbus
PORTVERSION= 4.2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_QT}
PKGNAMESUFFIX= -qt4
@@ -70,7 +70,7 @@ pre-configure:
post-configure:
${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtDBus.pc|${PREFIX}/libdata/pkgconfig/QtDBus.pc|g' \
- ${WRKSRC}/src/Makefile
+ -e 's|.*$$(QMAKE).*||g' ${WRKSRC}/src/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' \