From owner-cvs-all Tue Jul 16 11:19:32 2002 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 5D5A937B401; Tue, 16 Jul 2002 11:19:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46743E5E; Tue, 16 Jul 2002 11:19:27 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6GIJRJU051140; Tue, 16 Jul 2002 11:19:27 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6GIJRYV051139; Tue, 16 Jul 2002 11:19:27 -0700 (PDT) Message-Id: <200207161819.g6GIJRYV051139@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 16 Jul 2002 11:19:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd2 Makefile ports/graphics/gd2/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/07/16 11:19:27 PDT Modified files: graphics/gd2 Makefile graphics/gd2/files Makefile.bsd Log: Avoid using Perl in the default case, and BUILD_DEPEND on it if the alternative fonts are specified. Using USE_PERL seems to cause run-time dependency as well, which is bogus in this case. Also, use explicit PATH to bsd.*.mk -- for some reasons, just make -f bsd.prog.mk no longer works... See the PR's history. PR: ports/40479 Revision Changes Path 1.53 +5 -1 ports/graphics/gd2/Makefile 1.7 +5 -4 ports/graphics/gd2/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message