From owner-cvs-all@FreeBSD.ORG Fri Jun 4 00:21:33 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 289551065673; Fri, 4 Jun 2010 00:21:33 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00D5B8FC1F; Fri, 4 Jun 2010 00:21:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o540LW2B065904; Fri, 4 Jun 2010 00:21:32 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o540LWks065903; Fri, 4 Jun 2010 00:21:32 GMT (envelope-from glarkin) Message-Id: <201006040021.o540LWks065903@repoman.freebsd.org> From: Greg Larkin Date: Fri, 4 Jun 2010 00:21:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libdrizzle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 00:21:33 -0000 glarkin 2010-06-04 00:21:32 UTC FreeBSD ports repository Modified files: databases/libdrizzle Makefile Log: - Add OPTION to explicitly build the documentation set and the doxygen dependency. This option will be off by default so the databases/drizzle build can avoid building doxygen and its deps when it builds the libdrizzle dep. databases/drizzle also has the same option, defaulted to "off". Revision Changes Path 1.4 +8 -0 ports/databases/libdrizzle/Makefile