Skip to content
Snippets Groups Projects
Commit fde03137 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3] Fix dependencies

. Add missing tcl dependency >=8.5, pass corresponding --with-tcl to configure
. Add dependency on eltclsh. This is optional, but an option for that may be
  overkill.
parent 4abbda9a
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,17 @@ COMMENT= Software components generator for robotics architecture.
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=$(dir ${TCL_CONFIG_SH})
CONFIGURE_ARGS+=--with-eltclsh=${PREFIX.eltclsh}
INFO_FILES= genom3.info
NOT_FOR_PLATFORM= # empty
DEPEND_ABI.tcl= tcl>=8.5
include ../../pkgtools/pkg-config/depend.mk
include ../../shell/eltclsh/depend.mk
include ../../mk/sysdep/bison.mk
include ../../mk/sysdep/flex.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/sysdep/texinfo.mk
include ../../mk/robotpkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment