summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-28 19:22:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-28 19:22:45 +0000
commitbca6dd776bf01accba8c694fe6ed8d91c3bbb063 (patch)
treed585db4df9518566d102748a00e1a33bfde2d58c
parent- Deprecate (diff)
Add some gstreamer plugin dependencies to gaim-devel so that audio will
actually work. Reported by: ahze
Notes
Notes: svn path=/head/; revision=178200
-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