diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-20 00:31:03 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-20 00:31:03 +0800 |
commit | 7ab948cd7b6fc0254598c3268c70301987b1651b (patch) | |
tree | ae916e881dd2f6bf15ad29f4e545ddd6f9f044bb /graphics | |
parent | 9a9c9d8ea8616032f42c063a28e1065329e7ea6b (diff) | |
download | freebsd-ports-gnome-7ab948cd7b6fc0254598c3268c70301987b1651b.tar.gz freebsd-ports-gnome-7ab948cd7b6fc0254598c3268c70301987b1651b.tar.zst freebsd-ports-gnome-7ab948cd7b6fc0254598c3268c70301987b1651b.zip |
- Missed a TK-related variable
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 8d03451b4af0..963a2d8f6bd6 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -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 |