You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gvemod-labeler: help configure to find tcl/tk
This commit is contained in:
@@ -34,6 +34,7 @@ checksums ${distname}${extract.suffix} \
|
||||
size 254354
|
||||
|
||||
depends_lib port:geomview \
|
||||
port:tcl8 \
|
||||
port:tk8-x11
|
||||
|
||||
# Use the Tcl script from version 0.2 and delete the "Labler" binary.
|
||||
@@ -45,8 +46,11 @@ post-extract {
|
||||
${worksrcpath}/src/Makefile.in
|
||||
}
|
||||
|
||||
configure.args --with-tk-lib=${prefix}/lib/tk8-x11 \
|
||||
--with-tk-headers=${prefix}/include/tk8-x11
|
||||
configure.args --with-tcl-dir=${prefix}/lib/tcl8 \
|
||||
--with-tcl-headers=${prefix}/include/tcl8 \
|
||||
--with-tk-lib=${prefix}/lib/tk8-x11 \
|
||||
--with-tk-headers=${prefix}/include/tk8-x11 \
|
||||
--with-tk-dir=${prefix}/lib/tk8-x11
|
||||
|
||||
post-destroot {
|
||||
move ${destroot}${prefix}/libexec/geomview/tcl/Labeler.tc \
|
||||
|
||||
Reference in New Issue
Block a user