From owner-freebsd-questions@FreeBSD.ORG Sat May 13 16:43:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C226816A79D for ; Sat, 13 May 2006 16:43:07 +0000 (UTC) (envelope-from oliver-mailinglist@charter.net) Received: from mxsf20.cluster1.charter.net (mxsf20.cluster1.charter.net [209.225.28.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465C243D45 for ; Sat, 13 May 2006 16:43:07 +0000 (GMT) (envelope-from oliver-mailinglist@charter.net) Received: from mxip06a.cluster1.charter.net (mxip06a.cluster1.charter.net [209.225.28.136]) by mxsf20.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k4DGh5HM029866 for ; Sat, 13 May 2006 12:43:06 -0400 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip06a.cluster1.charter.net with ESMTP; 13 May 2006 12:42:52 -0400 X-IronPort-AV: i="4.05,125,1146456000"; d="scan'208"; a="147774082:sNHT433311854" From: Oliver Iberien Date: Sat, 13 May 2006 09:42:50 -0700 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200605130942.51351.oliver-mailinglist@charter.net> Subject: Given this chunk of makefile, how do I set this to build the plugin? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 16:43:09 -0000 This is from the latest port of gnash. I can't coax it into building the plugin. What is the option I pass to make to get it to build? Thanks! Oliver +OPTIONS= PLUGIN "Enable firefox plugin" off + +.include + +.if !defined(WITH_PLUGIN) +CONFIGURE_ARGS+= --disable-plugin +PLIST_SUB+= PLUGIN="@comment " +.else +USE_GNOME+= atk pango gtk20 +LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +PLIST_SUB+= PLUGIN="" +.endif