You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
mailutils: Use guile-2.2.
This commit is contained in:
+12
-2
@@ -5,7 +5,7 @@ PortGroup legacysupport 1.1
|
||||
|
||||
name mailutils
|
||||
version 3.17
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
categories mail
|
||||
license GPL-3
|
||||
@@ -64,7 +64,17 @@ variant server description {Build servers} {
|
||||
|
||||
variant guile description {Enable support for Guile scripting} {
|
||||
configure.args-replace --without-guile --with-guile
|
||||
depends_lib-append port:guile
|
||||
depends_lib-append port:guile-2.2
|
||||
configure.env-append GUILE_CONFIG=${prefix}/bin/guile-config-2.2
|
||||
configure.env-append GUILE_SNARF=${prefix}/bin/guile-snarf-2.2
|
||||
configure.env-append GUILE_TOOLS=${prefix}/bin/guile-tools-2.2
|
||||
configure.env-append GUILE=${prefix}/bin/guile-2.2
|
||||
|
||||
configure.args-append --with-guile-site-dir=${prefix}/share/guile/site/2.2
|
||||
|
||||
post-patch {
|
||||
reinplace "s/GUILE_BINDIR=`guile-config info bindir`/GUILE_BINDIR=`\$GUILE_CONFIG info bindir`/" ${worksrcpath}/configure
|
||||
}
|
||||
}
|
||||
|
||||
variant gnutls description {Build with GNU TLS support} {
|
||||
|
||||
Reference in New Issue
Block a user