1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Add dependency on qt4-imageformats to handle JPEGs

PR:		120481
Submitted by:	Gergely Czuczy <phoemix@harmless.hu>
Approved by:	miwi (mentor)
This commit is contained in:
Pietro Cerutti 2008-04-08 10:38:05 +00:00
parent f55081e4d0
commit 76acdfae02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210839
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= qtpfsgui
PORTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
@ -26,7 +27,7 @@ BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 \
${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
USE_QT_VER= 4
QT_COMPONENTS= corelib gui
QT_COMPONENTS= corelib gui imageformats
LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4

View File

@ -7,6 +7,7 @@
PORTNAME= qtpfsgui
PORTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
@ -26,7 +27,7 @@ BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 \
${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
USE_QT_VER= 4
QT_COMPONENTS= corelib gui
QT_COMPONENTS= corelib gui imageformats
LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4