From owner-cvs-all@FreeBSD.ORG Fri Apr 4 22:12:03 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 09ABB37B401; Fri, 4 Apr 2003 22:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2A943FE1; Fri, 4 Apr 2003 22:12:02 -0800 (PST) (envelope-from marcus@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 h356C20U019312; Fri, 4 Apr 2003 22:12:02 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h356C26O019311; Fri, 4 Apr 2003 22:12:02 -0800 (PST) Message-Id: <200304050612.h356C26O019311@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 4 Apr 2003 22:12:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk 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: Sat, 05 Apr 2003 06:12:03 -0000 marcus 2003/04/04 22:12:02 PST FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: Move some of the USE_* compatability macros outside of the if defined(USE_GNOME) check as those macros will not exist if USE_GNOME is defined. Reported by: bento c/o kris Revision Changes Path 1.24 +9 -8 ports/Mk/bsd.gnome.mk