svn commit: r345111 - head/graphics/ocaml-lablgl

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 19 16:31:03 UTC 2014


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
 


More information about the svn-ports-head mailing list