1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Missed a TK-related variable

This commit is contained in:
Pietro Cerutti 2014-02-19 16:31:03 +00:00
parent 91272d283d
commit 9931922a35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345111

View File

@ -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