From owner-cvs-all@FreeBSD.ORG Thu May 8 08:24:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00F637B401; Thu, 8 May 2003 08:24:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F53443F3F; Thu, 8 May 2003 08:24:04 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h48FO40U053323; Thu, 8 May 2003 08:24:04 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h48FO4uK053322; Thu, 8 May 2003 08:24:04 -0700 (PDT) Message-Id: <200305081524.h48FO4uK053322@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 8 May 2003 08:24:04 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnump3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 15:24:05 -0000 bmah 2003/05/08 08:24:04 PDT FreeBSD ports repository Modified files: audio/gnump3d Makefile Log: Fix bad dependency. oggenc is a part of audio/vorbis-tools, not audio/mp32ogg. Mostly harmless, since audio/mp32ogg depends on audio/vorbis-tools, but can cause some confusion if building this port with audio/vorbis-tools installed but without audio/mp32ogg. Revision Changes Path 1.22 +1 -1 ports/audio/gnump3d/Makefile