diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-06 16:24:41 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-06 16:24:41 +0800 |
commit | 9d09ec5a8d04d45b37f70c29d9ce7d0b9eb36ad5 (patch) | |
tree | 0c590643ad1d0caa1d941f82157357ad3b9a933a /graphics | |
parent | 6a07a60987aae8681b2def8eca9454587eae53ba (diff) | |
download | freebsd-ports-gnome-9d09ec5a8d04d45b37f70c29d9ce7d0b9eb36ad5.tar.gz freebsd-ports-gnome-9d09ec5a8d04d45b37f70c29d9ce7d0b9eb36ad5.tar.zst freebsd-ports-gnome-9d09ec5a8d04d45b37f70c29d9ce7d0b9eb36ad5.zip |
Change dependencies and comment just a bit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt4-imageformats/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 0cf68d0b101c..369715d460f5 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -15,14 +15,15 @@ DISTNAME= qt-x11-opensource-src-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Qt imageformat plugins for JPEG and GIF support +COMMENT= Qt imageformat plugins for GIF, JPEG, MNG and SVG BUILD_DEPENDS= moc4:${PORTSDIR}/devel/qt4-moc \ qmake-qt4:${PORTSDIR}/devel/qmake4 \ rcc:${PORTSDIR}/devel/qt4-rcc -LIB_DEPENDS= Qt3Support:${PORTSDIR}/devel/qt4-qt3support \ - QtCore:${PORTSDIR}/devel/qt4-corelib \ +LIB_DEPENDS= QtCore:${PORTSDIR}/devel/qt4-corelib \ + QtGui:${PORTSDIR}/x11-toolkits/qt4-gui \ QtSvg:${PORTSDIR}/graphics/qt4-svg \ + QtXml:${PORTSDIR}/textproc/qt4-xml \ jpeg:${PORTSDIR}/graphics/jpeg CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ |