View | Details | Raw Unified | Return to bug 209910
Collapse All | Expand All

(-)Mk/bsd.qt.mk (-2 / +2 lines)
Lines 298-304 Link Here
298
				--with-extra-libs=${LOCALBASE}/lib
298
				--with-extra-libs=${LOCALBASE}/lib
299
.endif # !defined(QT_NONSTANDARD)
299
.endif # !defined(QT_NONSTANDARD)
300
300
301
_USE_QT_ALL=	assistant clucene dbus declarative designer gui help \
301
_USE_QT_ALL=	assistant clucene dbus declarative designer doc gui help \
302
				imageformats l10n linguist linguisttools multimedia \
302
				imageformats l10n linguist linguisttools multimedia \
303
				network opengl pixeltool qdbusviewer qmake script \
303
				network opengl pixeltool qdbusviewer qmake script \
304
				scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \
304
				scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \
Lines 306-312 Link Here
306
				xml xmlpatterns
306
				xml xmlpatterns
307
307
308
_USE_QT4_ONLY=	accessible assistant-adp assistantclient codecs-cn codecs-jp \
308
_USE_QT4_ONLY=	accessible assistant-adp assistantclient codecs-cn codecs-jp \
309
				codecs-kr codecs-tw corelib demo doc graphicssystems-opengl \
309
				codecs-kr codecs-tw corelib demo graphicssystems-opengl \
310
				help-tools iconengines inputmethods makeqpf moc phonon \
310
				help-tools iconengines inputmethods makeqpf moc phonon \
311
				phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \
311
				phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \
312
				qtestlib qvfb rcc uic uic3 xmlpatterns-tool
312
				qtestlib qvfb rcc uic uic3 xmlpatterns-tool
(-)devel/qt5/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	qt5
3
PORTNAME=	qt5
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
7
7
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org

Return to bug 209910