diff options
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 4b0faf3..ed55c4d 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.11.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -137,14 +137,14 @@ PLIST_SUB+= EVO="@comment not installed: " #.endif .if ${PORT_OPTIONS:MGSTREAMER} -USE_GSTREAMER+= core good +USE_GSTREAMER1+=core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= libfarstream-0.2.so:net-im/farstream -USE_GSTREAMER+= v4l2 +USE_GSTREAMER1+=v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv |