Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
devel/swig-ruby: there is no "ruby187" port, but the "ruby" port susp…
…iciously is at version 1.8.7 currently...
  • Loading branch information
Ionic committed Feb 4, 2017
1 parent 651fa58 commit 46debf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/swig/Portfile
Expand Up @@ -11,7 +11,7 @@ categories devel
maintainers michaelld openmaintainer

# The swig tool itself is GPL, but code incorporated into dependents has a
# permissive license.
# permissive license.
license {GPL-3+ Permissive}

description Tool to wrap C/C++ libraries in high-level languages.
Expand Down Expand Up @@ -196,7 +196,7 @@ subport swig-ruby {

variant ruby187 conflicts ruby186 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 description {build using Ruby 1.8.7} {
depends_lib-delete port:ruby23
depends_lib-append port:ruby187
depends_lib-append port:ruby
configure.args-delete --with-ruby=${prefix}/bin/ruby2.3
configure.args-append --with-ruby=${prefix}/bin/ruby1.8
}
Expand Down

0 comments on commit 46debf1

Please sign in to comment.