From owner-cvs-ports@FreeBSD.ORG Fri Dec 3 07:07:41 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D9516A4CF; Fri, 3 Dec 2004 07:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52743D5E; Fri, 3 Dec 2004 07:07:41 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB377fuZ042489; Fri, 3 Dec 2004 07:07:41 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB377fdi042488; Fri, 3 Dec 2004 07:07:41 GMT (envelope-from lesi) Message-Id: <200412030707.iB377fdi042488@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 07:07:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 07:07:41 -0000 lesi 2004-12-03 07:07:41 UTC FreeBSD ports repository Modified files: math/octave Makefile Log: Add perl build dependency. Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.50 +1 -0 ports/math/octave/Makefile