diff options
author | gahr <gahr@FreeBSD.org> | 2008-04-08 18:38:05 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-04-08 18:38:05 +0800 |
commit | e634a8477b1deaed733e1eed24575afe3f13e8f4 (patch) | |
tree | 891bfcd4f3fee159c29b0c379bf068720f9110a8 /graphics | |
parent | 6804592d75df87b404e7ca95f27caed89299104e (diff) | |
download | freebsd-ports-gnome-e634a8477b1deaed733e1eed24575afe3f13e8f4.tar.gz freebsd-ports-gnome-e634a8477b1deaed733e1eed24575afe3f13e8f4.tar.zst freebsd-ports-gnome-e634a8477b1deaed733e1eed24575afe3f13e8f4.zip |
- Add dependency on qt4-imageformats to handle JPEGs
PR: 120481
Submitted by: Gergely Czuczy <phoemix@harmless.hu>
Approved by: miwi (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luminance/Makefile | 3 | ||||
-rw-r--r-- | graphics/qtpfsgui/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 50928c1e81c0..e07cc0b664e9 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -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 diff --git a/graphics/qtpfsgui/Makefile b/graphics/qtpfsgui/Makefile index 50928c1e81c0..e07cc0b664e9 100644 --- a/graphics/qtpfsgui/Makefile +++ b/graphics/qtpfsgui/Makefile @@ -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 |