add qdoc3 component for devel/qt4-qdoc3

This commit is contained in:
Max Brazhnikov 2009-08-29 07:34:17 +00:00
parent 40db5202a0
commit e192f8e6ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240506
2 changed files with 3 additions and 2 deletions

View File

@ -101,7 +101,7 @@ _QT_COMPONENTS_ALL= accessible assistant assistant-adp assistantclient \
clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \
dbus designer doc help help-tools gui iconengines imageformats \
inputmethods linguist l10n makeqpf moc network opengl \
pixeltool porting phonon phonon-gst qdbusviewer \
pixeltool porting phonon phonon-gst qdbusviewer qdoc3 \
qmake qt3support qtconfig qtestlib qvfb rcc script scripttools \
sql svg uic uic3 webkit xml xmlpatterns xmlpatterns-tool
@ -136,6 +136,7 @@ phonon_DEPENDS= multimedia/qt4-phonon
phonon-gst_DEPENDS= multimedia/qt4-phonon-gst
porting_DEPENDS= devel/qt4-porting
qdbusviewer_DEPENDS= devel/qt4-qdbusviewer
qdoc3_DEPENDS= devel/qt4-qdoc3
qmake_DEPENDS= devel/qmake4
qt3support_DEPENDS= devel/qt4-qt3support
qtconfig_DEPENDS= misc/qt4-qtconfig

View File

@ -39,7 +39,7 @@ RUN_DEPENDS+= qt4-l10n>=${QT4_VERSION}:${PORTSDIR}/misc/qt4-l10n
.if defined(WITH_TOOLS)
QT_COMPONENTS+= help-tools linguist makeqpf moc pixeltool \
porting qmake rcc uic uic3
porting qmake rcc uic uic3 qdoc3
.endif
.if defined(WITH_QTCONFIG)