- Convert to USES+=tcl

This commit is contained in:
Pietro Cerutti 2013-10-16 09:14:01 +00:00
parent 8e65fc1c17
commit c6cff4eb54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330489

View file

@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}
MICO_GTK= "@comment " MICO_GTK= "@comment "
.endif .endif
.if ${PORT_OPTIONS:MTCL} .if ${PORT_OPTIONS:MTCL}
USE_TCL= yes USES+= tcl
CONFIGURE_ARGS+= --with-tcl CONFIGURE_ARGS+= --with-tcl
CPPFLAGS+= -I${TCL_INCLUDEDIR} CPPFLAGS+= -I${TCL_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib