aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libpurple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r--net-im/libpurple/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index a106450b904c..22330fb3f778 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME?= libpurple
-PORTVERSION= 2.7.11
-PORTREVISION?= 2
+PORTVERSION= 2.8.0
+PORTREVISION?= 0
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -275,12 +275,12 @@ PRPL_MODULES:= oscar,${PRPL_MODULES}
PLIST_SUB+= OSCAR="@comment not installed: "
.endif
-.if !defined(WITHOUT_QQ)
-PLIST_SUB+= QQ=""
-PRPL_MODULES:= qq,${PRPL_MODULES}
-.else
-PLIST_SUB+= QQ="@comment not installed: "
-.endif
+#.if !defined(WITHOUT_QQ)
+#PLIST_SUB+= QQ=""
+#PRPL_MODULES:= qq,${PRPL_MODULES}
+#.else
+#PLIST_SUB+= QQ="@comment not installed: "
+#.endif
.if !defined(WITHOUT_SIMPLE)
PLIST_SUB+= SIMPLE=""