You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
textmate2: use boost PortGroup
See: https://trac.macports.org/ticket/63136
This commit is contained in:
committed by
Clemens Lang
parent
3abf84d147
commit
aed951baec
@@ -2,12 +2,13 @@
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
PortGroup boost 1.0
|
||||
|
||||
epoch 5
|
||||
github.setup textmate textmate 2.0.23 v
|
||||
# Change github.tarball_from to 'releases' or 'archive' next update
|
||||
github.tarball_from tarball
|
||||
revision 4
|
||||
revision 5
|
||||
|
||||
maintainers {cal @neverpanic} openmaintainer
|
||||
name textmate2
|
||||
@@ -30,9 +31,10 @@ post-fetch {
|
||||
system -W ${worksrcpath} "${git.cmd} submodule update --init"
|
||||
}
|
||||
|
||||
boost.depends_type build
|
||||
|
||||
depends_build-append path:lib/libssl.dylib:openssl \
|
||||
path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \
|
||||
port:boost \
|
||||
port:multimarkdown \
|
||||
port:ninja \
|
||||
port:proctools \
|
||||
|
||||
Reference in New Issue
Block a user