summaryrefslogtreecommitdiff
path: root/chat/finch/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/finch/options.mk')
-rw-r--r--chat/finch/options.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/chat/finch/options.mk b/chat/finch/options.mk
index 7fe4382694c..4e9f32cbd75 100644
--- a/chat/finch/options.mk
+++ b/chat/finch/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:01 tnn Exp $
+# $NetBSD: options.mk,v 1.3 2008/05/18 00:06:46 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
@@ -8,12 +8,8 @@ PKG_SUGGESTED_OPTIONS+=
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
-.else
-CONFIGURE_ARGS+= --disable-debug
.endif