Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 16:31:03 +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: r345111 - head/graphics/ocaml-lablgl
Message-ID:  <201402191631.s1JGV3RE053366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Feb 19 16:31:03 2014
New Revision: 345111
URL: http://svnweb.freebsd.org/changeset/ports/345111
QAT: https://qat.redports.org/buildarchive/r345111/

Log:
  - Missed a TK-related variable

Modified:
  head/graphics/ocaml-lablgl/Makefile

Modified: head/graphics/ocaml-lablgl/Makefile
==============================================================================
--- head/graphics/ocaml-lablgl/Makefile	Wed Feb 19 16:30:01 2014	(r345110)
+++ head/graphics/ocaml-lablgl/Makefile	Wed Feb 19 16:31:03 2014	(r345111)
@@ -55,7 +55,7 @@ post-patch:
 		-e "s,^#\(LIBDIR[ \t]*=\).*,\1${PREFIX}/lib/ocaml,g" \
 		-e "s,^#\(DLLDIR[ \t]*=\).*,\1${PREFIX}/lib/ocaml/stublibs,g" \
 		-e "/^TKINCLUDES/s,=.*$$,= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR}," \
-		-e "/^TKLIBS/s,=.*$$,= -L${LOCALBASE}/lib -ltk${TK_VER:S/.//}\
+		-e "/^TKLIBS/s,=.*$$,= -L${LOCALBASE}/lib -ltk${TK_SHLIB_VER}\
 		-ltcl${TCL_SHLIB_VER} ${THR_LD}," \
 		${WRKSRC}/Makefile.config
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191631.s1JGV3RE053366>