From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 15:13:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 927CBC4C; Wed, 8 Jan 2014 15:13:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8BB1323; Wed, 8 Jan 2014 15:13:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08FDoun030546; Wed, 8 Jan 2014 15:13:50 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08FDoiL030545; Wed, 8 Jan 2014 15:13:50 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401081513.s08FDoiL030545@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 8 Jan 2014 15:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339147 - head/lang/otcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 15:13:50 -0000 Author: gahr Date: Wed Jan 8 15:13:49 2014 New Revision: 339147 URL: http://svnweb.freebsd.org/changeset/ports/339147 Log: - Fix CONFIGURE MFH: 2014Q1 Modified: head/lang/otcl/Makefile Modified: head/lang/otcl/Makefile ============================================================================== --- head/lang/otcl/Makefile Wed Jan 8 14:59:08 2014 (r339146) +++ head/lang/otcl/Makefile Wed Jan 8 15:13:49 2014 (r339147) @@ -31,7 +31,8 @@ NO_STAGE= yes .include CFLAGS+= -DHAVE_UNISTD_H -CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER} +CONFIGURE_ARGS+=--with-tcl=${LOCALBASE} \ + --with-tk=${LOCALBASE} .if ${TCL_SHLIB_VER} > 85 CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT