aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-11-29 03:22:45 +0800
committermarcus <marcus@FreeBSD.org>2006-11-29 03:22:45 +0800
commita55104bdbff98448aadde6e4251bc7f0f3f62770 (patch)
treecc0ae7224248749ec38fed0a341bb7ceaeac57da /net-im
parentaa1537e8477dda15d1142ee01473123fd2f3e39b (diff)
downloadfreebsd-ports-gnome-a55104bdbff98448aadde6e4251bc7f0f3f62770.tar.gz
freebsd-ports-gnome-a55104bdbff98448aadde6e4251bc7f0f3f62770.tar.zst
freebsd-ports-gnome-a55104bdbff98448aadde6e4251bc7f0f3f62770.zip
Add some gstreamer plugin dependencies to gaim-devel so that audio will
actually work. Reported by: ahze
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-devel/Makefile1
-rw-r--r--net-im/libgaim/Makefile2
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/pidgin/Makefile1
4 files changed, 4 insertions, 2 deletions
diff --git a/net-im/gaim-devel/Makefile b/net-im/gaim-devel/Makefile
index e98207713267..7580b92395c6 100644
--- a/net-im/gaim-devel/Makefile
+++ b/net-im/gaim-devel/Makefile
@@ -7,6 +7,7 @@
#
PORTNAME= gaim
+PORTREVISION= 1
PKGNAMEPREFIX=
PKGNAMESUFFIX= -devel
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index 3669347f20d2..05ce7df89410 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -91,7 +91,7 @@ PLIST_SUB+= EVO="@comment not installed: "
.endif
.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
-LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer
+USE_GSTREAMER+= core good
.else
CONFIGURE_ARGS+=--disable-gstreamer
.endif
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 3669347f20d2..05ce7df89410 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -91,7 +91,7 @@ PLIST_SUB+= EVO="@comment not installed: "
.endif
.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
-LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer
+USE_GSTREAMER+= core good
.else
CONFIGURE_ARGS+=--disable-gstreamer
.endif
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index e98207713267..7580b92395c6 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -7,6 +7,7 @@
#
PORTNAME= gaim
+PORTREVISION= 1
PKGNAMEPREFIX=
PKGNAMESUFFIX= -devel