diff options
author | marcus <marcus@FreeBSD.org> | 2006-11-29 03:22:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-11-29 03:22:45 +0800 |
commit | a55104bdbff98448aadde6e4251bc7f0f3f62770 (patch) | |
tree | cc0ae7224248749ec38fed0a341bb7ceaeac57da /net-im | |
parent | aa1537e8477dda15d1142ee01473123fd2f3e39b (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net-im/libgaim/Makefile | 2 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 1 |
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 |