From owner-cvs-ports Wed Oct 16 01:34:50 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21754 for cvs-ports-outgoing; Wed, 16 Oct 1996 01:34:50 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21371; Wed, 16 Oct 1996 01:33:10 -0700 (PDT) Date: Wed, 16 Oct 1996 01:33:10 -0700 (PDT) From: Satoshi Asami Message-Id: <199610160833.BAA21371@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/blt Makefile ports/x11/blt/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/10/16 01:33:09 Modified: x11/blt Makefile Log: Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS. Revision Changes Path 1.9 +2 -3 ports/x11/blt/Makefile Modified: x11/blt/patches patch-aa Log: Make this compile with tcl75 in /usr/lib. Make sure it won't accidentally pick up libtclx as a valid tcl library (well, it matches "libtcl*") from /usr/local/lib. Use the value once it's found. Revision Changes Path 1.3 +11 -12 ports/x11/blt/patches/patch-aa