From owner-freebsd-ports@FreeBSD.ORG Thu Oct 21 14:35:18 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F2F16A4EE for ; Thu, 21 Oct 2004 14:35:18 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id E433343D39 for ; Thu, 21 Oct 2004 14:35:12 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041021143509.ZHKJ22824.imf21aec.mail.bellsouth.net@[192.168.1.5]> for ; Thu, 21 Oct 2004 10:35:09 -0400 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <682CCDB1-236E-11D9-B731-000A958C81C6@ahze.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD ports From: Michael Johnson Date: Thu, 21 Oct 2004 10:35:08 -0400 X-Mailer: Apple Mail (2.619) Subject: Question about CATEGORIES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 14:35:18 -0000 Hi The multimedia/vlc port includes a mozilla plugin that I'm working on that will be disabled by default anyway, my question is which CATEGORIES is right? CATEGORIES= multimedia www or CATEGORIES= multimedia ${EXTRA_CATEGORIES} .if defined(WITH_MOZILLA_PLUGIN} EXTRA_CATEGORIES= www .endif or CATEGORIES= multimedia Michael