summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/pidgin/Makefile3
-rw-r--r--chat/pidgin/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 330bea83050..014e0b23e0d 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2009/09/06 21:06:45 abs Exp $
+# $NetBSD: Makefile,v 1.20 2009/12/22 06:54:28 dsainty Exp $
#
# XXX appease pkglint
#PKGNAME= pidgin-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client GTK frontend
+PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk
index 1ae5581bc5c..58aa0110f3f 100644
--- a/chat/pidgin/options.mk
+++ b/chat/pidgin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2009/12/08 12:45:42 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2009/12/22 06:54:28 dsainty Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
PKG_SUPPORTED_OPTIONS+= dbus debug farsight gstreamer gtkspell
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --disable-gtkspell
.if !empty(PKG_OPTIONS:Mgstreamer)
CONFIGURE_ARGS+= --enable-gstreamer
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
+. include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mdebug)