Date: Wed, 8 Jan 2014 15:25:17 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339149 - branches/2014Q1/lang/otcl Message-ID: <201401081525.s08FPH4V034654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Jan 8 15:25:17 2014 New Revision: 339149 URL: http://svnweb.freebsd.org/changeset/ports/339149 Log: MFH: r339147 - Fix CONFIGURE Approved by: portmgr Modified: branches/2014Q1/lang/otcl/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/lang/otcl/Makefile ============================================================================== --- branches/2014Q1/lang/otcl/Makefile Wed Jan 8 15:20:21 2014 (r339148) +++ branches/2014Q1/lang/otcl/Makefile Wed Jan 8 15:25:17 2014 (r339149) @@ -31,7 +31,8 @@ NO_STAGE= yes .include <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081525.s08FPH4V034654>