diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-08 10:38:05 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-08 10:38:05 +0000 |
commit | 76acdfae0207bc9f018709f7e200816af3b506ce (patch) | |
tree | b5193516e91a8c092130c599c1f2af09a292ba35 /graphics | |
parent | f55081e4d0912500393d10b79d300a8646ba7be2 (diff) | |
download | ports-76acdfae0207bc9f018709f7e200816af3b506ce.tar.gz ports-76acdfae0207bc9f018709f7e200816af3b506ce.zip |
Notes
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 |