svn commit: r339149 - branches/2014Q1/lang/otcl

Pietro Cerutti gahr at FreeBSD.org
Wed Jan 8 15:25:18 UTC 2014


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


More information about the svn-ports-all mailing list