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

(-)astro/stellarium/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
22
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
23
23
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	qmake moc gui rcc uic opengl
25
QT_COMPONENTS=	qmake_build moc_build gui rcc_build uic_build opengl
26
USE_GETTEXT=	yes
26
USE_GETTEXT=	yes
27
USE_GL=		yes
27
USE_GL=		yes
28
USE_SDL=	sdl mixer
28
USE_SDL=	sdl mixer
(-)audio/esperanza/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2
17
RUN_DEPENDS=	${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2
18
18
19
USE_QT_VER=	4
19
USE_QT_VER=	4
20
QT_COMPONENTS=	gui moc qmake rcc uic xml network imageformats
20
QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build xml network imageformats
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
23
(-)audio/qjackctl/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_QT_VER=	4
22
USE_QT_VER=	4
23
QT_COMPONENTS=	qmake moc uic rcc gui xml
23
QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build gui xml
24
CFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
24
CFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
25
CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
25
CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
26
		ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
26
		ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
(-)audio/qsynth/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_QT_VER=	4
21
USE_QT_VER=	4
22
QT_COMPONENTS=	qmake moc uic rcc gui xml
22
QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build gui xml
23
CFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
23
CFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
24
CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
24
CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
25
		ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
25
		ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
(-)cad/klayout/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_QT_VER=	4
17
USE_QT_VER=	4
18
QT_COMPONENTS=	corelib gui network moc sql uic rcc qt3support xml
18
QT_COMPONENTS=	corelib gui network moc_build sql uic_build rcc_build qt3support xml
19
PLIST_FILES=	bin/klayout
19
PLIST_FILES=	bin/klayout
20
20
21
PLATFORMKEYWORD=	freebsd-32-gcc-release
21
PLATFORMKEYWORD=	freebsd-32-gcc-release
(-)databases/py-qt4-sql/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	sql qmake
25
QT_COMPONENTS=	sql qmake_build
26
26
27
OPTIONS=	API		"Install QtSql API for QScintilla2" on \
27
OPTIONS=	API		"Install QtSql API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)deskutils/fbreader/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
.else
24
.else
25
UI=	qt4
25
UI=	qt4
26
USE_QT_VER=	4
26
USE_QT_VER=	4
27
QT_COMPONENTS=	gui corelib moc
27
QT_COMPONENTS=	gui corelib moc_build
28
.endif
28
.endif
29
USE_GMAKE=	yes
29
USE_GMAKE=	yes
30
CFLAGS+=	-I${LOCALBASE}/include
30
CFLAGS+=	-I${LOCALBASE}/include
(-)deskutils/qrfcview/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	Graphical RFC viewer
16
COMMENT=	Graphical RFC viewer
17
17
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	gui network corelib designer qmake uic moc rcc
19
QT_COMPONENTS=	gui network corelib designer qmake_build uic_build moc_build rcc_build
20
PLIST_FILES=	bin/qRFCView
20
PLIST_FILES=	bin/qRFCView
21
21
22
pre-build:
22
pre-build:
(-)deskutils/qtm/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
16
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
17
17
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	corelib gui rcc network xml moc_build qmake_build uic_build
19
QT_COMPONENTS=	corelib gui rcc_build network xml moc_build qmake_build uic_build
20
20
21
MAN1=		qtm.1
21
MAN1=		qtm.1
22
PORTDOCS=	Changelog INSTALL README
22
PORTDOCS=	Changelog INSTALL README
(-)devel/py-qt4-assistant/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
24
USE_PYTHON=	2.5+
24
USE_PYTHON=	2.5+
25
USE_QT_VER=	4
25
USE_QT_VER=	4
26
QT_COMPONENTS=	assistantclient qmake
26
QT_COMPONENTS=	assistantclient qmake_build
27
27
28
OPTIONS=	API		"Install QtAssistant API for QScintilla2" on \
28
OPTIONS=	API		"Install QtAssistant API for QScintilla2" on \
29
		DEBUG		"Enable debugging in generated code" off \
29
		DEBUG		"Enable debugging in generated code" off \
(-)devel/py-qt4-core/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	corelib qmake
25
QT_COMPONENTS=	corelib qmake_build
26
26
27
OPTIONS=	API		"Install QtCore API for QScintilla2" on \
27
OPTIONS=	API		"Install QtCore API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)devel/py-qt4-dbus/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
HAS_CONFIGURE=	yes
24
HAS_CONFIGURE=	yes
25
USE_PYTHON=	2.5+
25
USE_PYTHON=	2.5+
26
USE_QT_VER=	4
26
USE_QT_VER=	4
27
QT_COMPONENTS=	corelib qmake moc
27
QT_COMPONENTS=	corelib qmake_build moc_build
28
USE_XORG=	x11 xext
28
USE_XORG=	x11 xext
29
29
30
OPTIONS=	DEBUG	"Enable debugging in generated code" off \
30
OPTIONS=	DEBUG	"Enable debugging in generated code" off \
(-)devel/py-qt4-designer/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
HAS_CONFIGURE=	yes
24
HAS_CONFIGURE=	yes
25
USE_PYTHON=	2.5+
25
USE_PYTHON=	2.5+
26
USE_QT_VER=	4
26
USE_QT_VER=	4
27
QT_COMPONENTS=	designer moc gui xml qmake
27
QT_COMPONENTS=	designer moc_build gui xml qmake_build
28
28
29
OPTIONS=	API		"Install QtDesigner API for QScintilla2" on \
29
OPTIONS=	API		"Install QtDesigner API for QScintilla2" on \
30
		DEBUG		"Enable debugging in generated code" off \
30
		DEBUG		"Enable debugging in generated code" off \
(-)devel/py-qt4-designerplugin/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	designer moc gui xml qmake
25
QT_COMPONENTS=	designer moc_build gui xml qmake_build
26
26
27
OPTIONS=	DEBUG		"Enable debugging in generated code" off \
27
OPTIONS=	DEBUG		"Enable debugging in generated code" off \
28
		TRACING		"Enable tracing in generated code" off
28
		TRACING		"Enable tracing in generated code" off
(-)devel/py-qt4-script/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	script qmake
25
QT_COMPONENTS=	script qmake_build
26
26
27
OPTIONS=	API		"Install QtScript API for QScintilla2" on \
27
OPTIONS=	API		"Install QtScript API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)devel/py-qt4-test/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	qtestlib qmake
25
QT_COMPONENTS=	qtestlib qmake_build
26
26
27
OPTIONS=	API		"Install QtTest API for QScintilla2" on \
27
OPTIONS=	API		"Install QtTest API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)devel/qdevelop/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
USE_ZIP=	yes
31
USE_ZIP=	yes
32
USE_QT_VER=	4
32
USE_QT_VER=	4
33
QT_COMPONENTS=	qmake moc uic rcc sql network xml gui corelib assistant linguist designer
33
QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build sql network xml gui corelib assistant linguist designer
34
34
35
DESKTOP_ENTRIES=	"QDevelop" \
35
DESKTOP_ENTRIES=	"QDevelop" \
36
			"A development environment entirely dedicated to Qt4" \
36
			"A development environment entirely dedicated to Qt4" \
(-)devel/qprog/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
COMMENT=	Cross-platform software for the DIY line of PIC programmers
15
COMMENT=	Cross-platform software for the DIY line of PIC programmers
16
16
17
USE_QT_VER=	4
17
USE_QT_VER=	4
18
QT_COMPONENTS=	qmake moc gui network
18
QT_COMPONENTS=	qmake_build moc_build gui network
19
19
20
WRKSRC=		${WRKDIR}/QProg
20
WRKSRC=		${WRKDIR}/QProg
21
21
(-)devel/qscintilla2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	Qt4 port of the Scintilla C++ editor class
17
COMMENT=	Qt4 port of the Scintilla C++ editor class
18
18
19
USE_QT_VER=	4
19
USE_QT_VER=	4
20
QT_COMPONENTS=	qmake moc gui xml designer
20
QT_COMPONENTS=	qmake_build moc_build gui xml designer
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
(-)devel/qscintilla2-designerplugin/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
LIB_DEPENDS=	qscintilla2.3:${PORTSDIR}/devel/qscintilla2
21
LIB_DEPENDS=	qscintilla2.3:${PORTSDIR}/devel/qscintilla2
22
22
23
USE_QT_VER=	4
23
USE_QT_VER=	4
24
QT_COMPONENTS=	qmake moc gui xml designer
24
QT_COMPONENTS=	qmake_build moc_build gui xml designer
25
HAS_CONFIGURE=	yes
25
HAS_CONFIGURE=	yes
26
USE_LDCONFIG=	${PREFIX}/lib/qt4/plugins/designer
26
USE_LDCONFIG=	${PREFIX}/lib/qt4/plugins/designer
27
27
(-)editors/lfhex/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	Large file hex editor
16
COMMENT=	Large file hex editor
17
17
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	corelib gui moc_build qmake_build rcc
19
QT_COMPONENTS=	corelib gui moc_build qmake_build rcc_build
20
USE_BISON=	build
20
USE_BISON=	build
21
21
22
PORTDOCS=	README
22
PORTDOCS=	README
(-)editors/texmaker/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
USE_BZIP2=	yes
22
USE_BZIP2=	yes
23
USE_GHOSTSCRIPT=yes
23
USE_GHOSTSCRIPT=yes
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	gui moc qmake rcc uic
25
QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build
26
HAS_CONFIGURE=	yes
26
HAS_CONFIGURE=	yes
27
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
28
28
(-)games/anki/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
USE_PYDISTUTILS=easy_install
26
USE_PYDISTUTILS=easy_install
27
USE_PYTHON=	yes
27
USE_PYTHON=	yes
28
USE_QT_VER=	4
28
USE_QT_VER=	4
29
QT_COMPONENTS=	moc
29
QT_COMPONENTS=	moc_build
30
PYDISTUTILS_PKGNAME=	ankiqt
30
PYDISTUTILS_PKGNAME=	ankiqt
31
PORT_VERBS=	ankiqt
31
PORT_VERBS=	ankiqt
32
32
(-)games/qnetwalk/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
COMMENT=	Qt-version of the NetWalk game
14
COMMENT=	Qt-version of the NetWalk game
15
15
16
USE_QT_VER=	4
16
USE_QT_VER=	4
17
QT_COMPONENTS=	qmake corelib gui moc rcc
17
QT_COMPONENTS=	qmake_build corelib gui moc_build rcc_build
18
18
19
MAN6=		qnetwalk.6
19
MAN6=		qnetwalk.6
20
20
(-)german/tipp10/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
USE_ZIP=	yes
20
USE_ZIP=	yes
21
USE_QT_VER=	4
21
USE_QT_VER=	4
22
QT_COMPONENTS=	qmake sql corelib network script qtestlib rcc uic moc gui
22
QT_COMPONENTS=	qmake_build sql corelib network script qtestlib rcc_build uic_build moc_build gui
23
WRKSRC=		${WRKDIR}/source
23
WRKSRC=		${WRKDIR}/source
24
24
25
do-configure:
25
do-configure:
(-)graphics/autoq3d/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_ZIP=	yes
17
USE_ZIP=	yes
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	qmake corelib moc gui opengl
19
QT_COMPONENTS=	qmake_build corelib moc_build gui opengl
20
20
21
PORTDOCS=	3DQformat.txt ChangeLog.txt Install.txt license.txt
21
PORTDOCS=	3DQformat.txt ChangeLog.txt Install.txt license.txt
22
22
(-)graphics/djview4/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GNOME=	pkgconfig gnometarget
21
USE_GNOME=	pkgconfig gnometarget
22
USE_QT_VER=	4
22
USE_QT_VER=	4
23
QT_COMPONENTS=	gui network rcc uic moc qmake
23
QT_COMPONENTS=	gui network rcc_build uic_build moc_build qmake_build
24
CONFIGURE_ENV=	QMAKE="${LOCALBASE}/bin/qmake-qt4" \
24
CONFIGURE_ENV=	QMAKE="${LOCALBASE}/bin/qmake-qt4" \
25
		QMAKESPEC="${QMAKESPEC}" \
25
		QMAKESPEC="${QMAKESPEC}" \
26
		CFLAGS="-I${LOCALBASE}/include" \
26
		CFLAGS="-I${LOCALBASE}/include" \
(-)graphics/py-qt4-svg/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	svg qmake
25
QT_COMPONENTS=	svg qmake_build
26
26
27
OPTIONS=	API		"Install QtSvg API for QScintilla2" on \
27
OPTIONS=	API		"Install QtSvg API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)graphics/qcomicbook/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		unrar:${PORTSDIR}/archivers/unrar
18
		unrar:${PORTSDIR}/archivers/unrar
19
19
20
USE_QT_VER=	4
20
USE_QT_VER=	4
21
QT_COMPONENTS=	gui moc
21
QT_COMPONENTS=	gui moc_build
22
USE_GNOME=	gnometarget
22
USE_GNOME=	gnometarget
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_EFL=	imlib2
24
USE_EFL=	imlib2
(-)graphics/structuresynth/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_ZIP=	yes
17
USE_ZIP=	yes
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	qmake corelib gui opengl moc rcc
19
QT_COMPONENTS=	qmake_build corelib gui opengl moc_build rcc_build
20
20
21
WRKSRC=		${WRKDIR}/source/trunk
21
WRKSRC=		${WRKDIR}/source/trunk
22
22
(-)math/freemat/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
USE_GL=			yes
31
USE_GL=			yes
32
USE_QT_VER=		4
32
USE_QT_VER=		4
33
USE_GMAKE=		yes
33
USE_GMAKE=		yes
34
QT_COMPONENTS=		gui network opengl moc rcc uic xml svg
34
QT_COMPONENTS=		gui network opengl moc_build rcc_build uic_build xml svg
35
GNU_CONFIGURE=		yes
35
GNU_CONFIGURE=		yes
36
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
36
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
37
CONFIGURE_ARGS=		--with-blas="${BLAS}" --without-llvm
37
CONFIGURE_ARGS=		--with-blas="${BLAS}" --without-llvm
(-)math/qwtplot3d-qt4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	3D plotting widgets for scientific data and math expressions
16
COMMENT=	3D plotting widgets for scientific data and math expressions
17
17
18
USE_QT_VER=	4
18
USE_QT_VER=	4
19
QT_COMPONENTS=	gui moc qmake opengl
19
QT_COMPONENTS=	gui moc_build qmake_build opengl
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
USE_DOS2UNIX=	yes
22
USE_DOS2UNIX=	yes
(-)misc/qbrew/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
COMMENT=	A homebrewer's recipe calculator
14
COMMENT=	A homebrewer's recipe calculator
15
15
16
USE_QT_VER=	4
16
USE_QT_VER=	4
17
QT_COMPONENTS=	qmake moc uic rcc xml gui
17
QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build xml gui
18
PORTDOCS=	*
18
PORTDOCS=	*
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
20
(-)multimedia/manencode/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_QT_VER=	4
20
USE_QT_VER=	4
21
QT_COMPONENTS=	gui moc rcc uic qmake corelib
21
QT_COMPONENTS=	gui moc_build rcc_build uic_build qmake_build corelib
22
22
23
MANENCODEDIR=	${PREFIX}/share/${PORTNAME}
23
MANENCODEDIR=	${PREFIX}/share/${PORTNAME}
24
TRANSLATION=	_en
24
TRANSLATION=	_en
(-)multimedia/mimms/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_QT_VER=	4
22
USE_QT_VER=	4
23
QT_COMPONENTS=	qmake corelib moc uic
23
QT_COMPONENTS=	qmake_build corelib moc_build uic_build
24
24
25
PLIST_FILES=	bin/mimms
25
PLIST_FILES=	bin/mimms
26
26
(-)multimedia/vlc-devel/Makefile (-1 / +1 lines)
Lines 168-174 Link Here
168
168
169
.if !defined(WITHOUT_QT4)
169
.if !defined(WITHOUT_QT4)
170
USE_QT_VER+=	4
170
USE_QT_VER+=	4
171
QT_COMPONENTS+=	gui corelib moc rcc uic
171
QT_COMPONENTS+=	gui corelib moc_build rcc_build uic_build
172
CONFIGURE_ARGS+=--enable-qt4
172
CONFIGURE_ARGS+=--enable-qt4
173
.else
173
.else
174
CONFIGURE_ARGS+=--disable-qt4
174
CONFIGURE_ARGS+=--disable-qt4
(-)net-im/decibel/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
17
LIB_DEPENDS=	QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
18
18
19
USE_QT_VER=	4
19
USE_QT_VER=	4
20
QT_COMPONENTS=	corelib xml dbus moc uic rcc qtestlib
20
QT_COMPONENTS=	corelib xml dbus moc_build uic_build rcc_build qtestlib
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
(-)net-im/tapioca-qt/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
25
		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
26
		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
26
		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
27
USE_QT_VER=	4
27
USE_QT_VER=	4
28
QT_COMPONENTS=	corelib qmake uic moc rcc
28
QT_COMPONENTS=	corelib qmake_build uic_build moc_build rcc_build
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
post-extract:
31
post-extract:
(-)net-im/telepathy-qt/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
24
		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
25
		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
25
		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
26
USE_QT_VER=	4
26
USE_QT_VER=	4
27
QT_COMPONENTS=	corelib qmake uic moc rcc xml dbus
27
QT_COMPONENTS=	corelib qmake_build uic_build moc_build rcc_build xml dbus
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
30
post-extract:
30
post-extract:
(-)net-mgmt/vidalia/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_QT_VER=	4
23
USE_QT_VER=	4
24
QT_COMPONENTS=	gui moc qmake rcc uic network xml linguist
24
QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build network xml linguist
25
25
26
HAVE_TOR!=	if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
26
HAVE_TOR!=	if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
27
27
(-)net/py-qt4-network/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	network qmake
25
QT_COMPONENTS=	network qmake_build
26
26
27
OPTIONS=	API		"Install QtNetwork API for QScintilla2" on \
27
OPTIONS=	API		"Install QtNetwork API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)print/lyx15/Makefile (-1 / +1 lines)
Lines 42-48 Link Here
42
USE_GMAKE=	yes
42
USE_GMAKE=	yes
43
GNU_CONFIGURE=	yes
43
GNU_CONFIGURE=	yes
44
USE_QT_VER=	4
44
USE_QT_VER=	4
45
QT_COMPONENTS=	gui corelib moc uic
45
QT_COMPONENTS=	gui corelib moc_build uic_build
46
46
47
CONFLICTS=	lyx-1.4.*
47
CONFLICTS=	lyx-1.4.*
48
48
(-)security/xca/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_OPENSSL=	yes
18
USE_OPENSSL=	yes
19
USE_QT_VER=	4
19
USE_QT_VER=	4
20
QT_COMPONENTS=	gui moc uic qmake rcc linguist
20
QT_COMPONENTS=	gui moc_build uic_build qmake_build rcc_build linguist
21
CC?=		gcc
21
CC?=		gcc
22
CXX?=		g++
22
CXX?=		g++
23
23
(-)sysutils/bacula-bat/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LIB_DEPENDS+=	qwt.5:${PORTSDIR}/x11-toolkits/qwt5
13
LIB_DEPENDS+=	qwt.5:${PORTSDIR}/x11-toolkits/qwt5
14
14
15
USE_QT_VER=	4
15
USE_QT_VER=	4
16
QT_COMPONENTS=	qmake uic moc rcc
16
QT_COMPONENTS=	qmake_build uic_build moc_build rcc_build
17
WITH_BAT=	yes
17
WITH_BAT=	yes
18
18
19
MAN1=		bat.1
19
MAN1=		bat.1
(-)textproc/py-qt4-xml/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	xml qmake
25
QT_COMPONENTS=	xml qmake_build
26
26
27
OPTIONS=	API		"Install QtXml API for QScintilla2" on \
27
OPTIONS=	API		"Install QtXml API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)www/aria2fe/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
USE_QT_VER=	4
20
USE_QT_VER=	4
21
QT_COMPONENTS=	gui qmake uic moc rcc
21
QT_COMPONENTS=	gui qmake_build uic_build moc_build rcc_build
22
PLIST_FILES=	bin/${PORTNAME}
22
PLIST_FILES=	bin/${PORTNAME}
23
BUILD_WRKSRC=	${WRKSRC}/src
23
BUILD_WRKSRC=	${WRKSRC}/src
24
24
(-)x11-toolkits/py-qt4-gui/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	gui imageformats inputmethods iconengines qmake
25
QT_COMPONENTS=	gui imageformats inputmethods iconengines qmake_build
26
26
27
OPTIONS=	API		"Install QtGui API for QScintilla2" on \
27
OPTIONS=	API		"Install QtGui API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \
(-)x11/py-qt4-opengl/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
USE_PYTHON=	2.5+
23
USE_PYTHON=	2.5+
24
USE_QT_VER=	4
24
USE_QT_VER=	4
25
QT_COMPONENTS=	opengl qmake
25
QT_COMPONENTS=	opengl qmake_build
26
26
27
OPTIONS=	API		"Install QtOpenGL API for QScintilla2" on \
27
OPTIONS=	API		"Install QtOpenGL API for QScintilla2" on \
28
		DEBUG		"Enable debugging in generated code" off \
28
		DEBUG		"Enable debugging in generated code" off \

Return to bug 123362