diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-19 17:08:04 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-19 17:08:04 +0000 |
commit | 7aeef3e5194acb6b59e88472be78b4d7f2a7014f (patch) | |
tree | 616dfe53e60011f08ba0fd9e44d23086ed7704a2 /devel/dbus-qt4 | |
parent | 70b438b4348e8e5786613051e3c8e890dd2d18f9 (diff) |
Notes
Diffstat (limited to 'devel/dbus-qt4')
-rw-r--r-- | devel/dbus-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile index 93c6321fa800..3680ed40cb83 100644 --- a/devel/dbus-qt4/Makefile +++ b/devel/dbus-qt4/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 bindings for the D-BUS messaging system -BUILD_DEPENDS= moc4:${PORTSDIR}/devel/qt4-moc \ +BUILD_DEPENDS= moc-qt4:${PORTSDIR}/devel/qt4-moc \ qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= QtCore:${PORTSDIR}/devel/qt4-corelib \ QtXml:${PORTSDIR}/textproc/qt4-xml \ @@ -66,7 +66,7 @@ pre-configure: ${WRKSRC}/src/src.pro ${MKDIR} ${WRKSRC}/../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake - ${LN} -sf ${LOCALBASE}/bin/moc4 ${WRKSRC}/../../bin/moc + ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/lib/QtDBus.pc|${PREFIX}/libdata/pkgconfig/QtDBus.pc|g' \ |