From owner-cvs-all@FreeBSD.ORG Sun May 2 12:43:49 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B9121065670; Sun, 2 May 2010 12:43:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 142E38FC12; Sun, 2 May 2010 12:43:49 +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 o42ChmOA002916; Sun, 2 May 2010 12:43:48 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o42ChmSc002915; Sun, 2 May 2010 12:43:48 GMT (envelope-from marius) Message-Id: <201005021243.o42ChmSc002915@repoman.freebsd.org> From: Marius Strobl Date: Sun, 2 May 2010 12:43:48 +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/sysutils/cdrdao 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: Sun, 02 May 2010 12:43:49 -0000 marius 2010-05-02 12:43:48 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrdao Makefile Log: Build and use the internal pccts in order avoid the conflict between devel/antlr and devel/pccts. Generally this doesn't fix anything of course, given that there's only one other port which still requires devel/pccts instead of its successor it makes sense to avoid that dependency. Approved by: netchild PR: 145615 Revision Changes Path 1.61 +1 -5 ports/sysutils/cdrdao/Makefile