mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to USES+=tcl
This commit is contained in:
parent
8e65fc1c17
commit
c6cff4eb54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330489
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue