diff options
Diffstat (limited to 'devel/qtcreator/Makefile')
-rw-r--r-- | devel/qtcreator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile index 9cb52e951274..54c7ef21b423 100644 --- a/devel/qtcreator/Makefile +++ b/devel/qtcreator/Makefile @@ -8,6 +8,7 @@ PORTNAME= qtcreator PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= http://download.qt.nokia.com/qtcreator/ DISTNAME= qt-creator-${PORTVERSION}-src @@ -18,7 +19,7 @@ COMMENT= Qt4 IDE LIB_DEPENDS= Imath.6:${PORTSDIR}/graphics/ilmbase \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ jasper.4:${PORTSDIR}/graphics/jasper \ - jpeg.10:${PORTSDIR}/graphics/jpeg + jpeg.11:${PORTSDIR}/graphics/jpeg USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build \ |