aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2010-01-18 05:35:35 +0800
committerstas <stas@FreeBSD.org>2010-01-18 05:35:35 +0800
commit88c51dd0ccdabdcf74a0ad6938427e61e1b8e797 (patch)
tree4c50472a75bc277b738a908e8465785777d2a10b
parent9aaef425bf710a0ad0ba6b8ba42c20ee80243936 (diff)
downloadfreebsd-ports-gnome-88c51dd0ccdabdcf74a0ad6938427e61e1b8e797.tar.gz
freebsd-ports-gnome-88c51dd0ccdabdcf74a0ad6938427e61e1b8e797.tar.zst
freebsd-ports-gnome-88c51dd0ccdabdcf74a0ad6938427e61e1b8e797.zip
- Add missing QT4 dependency [1]/
- Change comment to be less than 80 symbols and be more clear on the purpose of the application. - Sort QT4 dependencies. Submitted by: Ilya Bakulin <webmaster@kibab.com> [1] Approved by: Ilya Bakulin <webmaster@kibab.com> (maintainer)
-rw-r--r--net-im/qutim/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/net-im/qutim/Makefile b/net-im/qutim/Makefile
index d362dc0dbec7..3931721ec25d 100644
--- a/net-im/qutim/Makefile
+++ b/net-im/qutim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qutim
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-im
MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \
@@ -15,11 +15,21 @@ MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \
DISTNAME= qutim_${PORTVERSION}_svn529
MAINTAINER= webmaster@kibab.com
-COMMENT= A Qt4-based lightweight multiprotocol client with advanced features
+COMMENT= A Qt4-based multiprotocol IM client with advanced features
USE_GMAKE= yes
USE_QT_VER= 4
-QT_COMPONENTS= gui designer_build script_build network webkit xml moc_build qmake_build rcc_build uic_build
+QT_COMPONENTS= designer_build \
+ gui \
+ imageformats \
+ moc_build \
+ network \
+ qmake_build \
+ rcc_build \
+ script_build \
+ uic_build \
+ webkit \
+ xml \
USE_XORG= xscrnsaver
MAKE_JOBS_SAFE= yes