svn commit: r339147 - head/lang/otcl

Pietro Cerutti gahr at FreeBSD.org
Wed Jan 8 15:13:50 UTC 2014


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


More information about the svn-ports-all mailing list