From owner-cvs-all@FreeBSD.ORG Sat Jul 2 05:02:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 17C8F16A41C; Sat, 2 Jul 2005 05:02:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A0843D1D; Sat, 2 Jul 2005 05:02:24 +0000 (GMT) (envelope-from marcus@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 j6252Our057241; Sat, 2 Jul 2005 05:02:24 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6252O17057240; Sat, 2 Jul 2005 05:02:24 GMT (envelope-from marcus) Message-Id: <200507020502.j6252O17057240@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 2 Jul 2005 05:02:24 +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/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 02 Jul 2005 05:02:25 -0000 marcus 2005-07-02 05:02:24 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: Instead of checking to see if USE_AUTOTOOLS_COMPAT is defined, ensure that it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't want to assume that we're using autotools compatibility unless its value is non-null. Previously, the defined check would cause ports using the new USE_AUTOTOOLS scheme to fail. Approved by: ade Revision Changes Path 1.14 +2 -2 ports/Mk/bsd.autotools.mk