Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 15:13:50 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339147 - head/lang/otcl
Message-ID:  <201401081513.s08FDoiL030545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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?201401081513.s08FDoiL030545>