summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-01-17 21:35:35 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-01-17 21:35:35 +0000
commit7399e0ceae856e0741e1560fb9686da8a2d1bfba (patch)
tree933d257dac5a44008461fff0ec79ab95624acc23 /net-im
parentAdd trivial-gray-streams, a library which provides an extremely (diff)
- 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)
Notes
Notes: svn path=/head/; revision=248035
Diffstat (limited to 'net-im')
-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