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 /accessibility | |
parent | 70b438b4348e8e5786613051e3c8e890dd2d18f9 (diff) | |
download | ports-7aeef3e5194acb6b59e88472be78b4d7f2a7014f.tar.gz ports-7aeef3e5194acb6b59e88472be78b4d7f2a7014f.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/qt4-accessible/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/qt4-accessible/Makefile b/accessibility/qt4-accessible/Makefile index efcbadf07c24..85d1b45d0e07 100644 --- a/accessibility/qt4-accessible/Makefile +++ b/accessibility/qt4-accessible/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt accessibility widgets -BUILD_DEPENDS= moc4:${PORTSDIR}/devel/qt4-moc \ +BUILD_DEPENDS= moc-qt4:${PORTSDIR}/devel/qt4-moc \ qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= Qt3Support:${PORTSDIR}/devel/qt4-qt3support \ QtCore:${PORTSDIR}/devel/qt4-corelib \ @@ -64,7 +64,7 @@ pre-configure: ${WRKSRC}/qaccessiblebase.pri ${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|(test -z.*||g' ${WRKSRC}/Makefile |