Ticket #19798: Portfile.patch

File Portfile.patch, 834 bytes (added by mdippery@…, 15 years ago)

Patch for Portfile

  • Portfile

    old new  
    55name                clojure
    66version             1.0.0
    77epoch               20090504
     8revision            1
    89categories          lang java
    910maintainers         gmail.com:mdippery
    1011description         The Clojure programming language
     
    2728use_configure       no
    2829build               {}
    2930
    30 variant readline description {Use readline support} {
     31variant readline conflicts rlwrap description {Use readline support} {
    3132    depends_run-append port:jline
    3233}
    3334
    34 variant rlwrap description {Use rlwrap support for tab completion, parenthesis matching} {
     35variant rlwrap conflicts readline description {Use rlwrap support for tab completion, parenthesis matching} {
    3536    depends_run-append port:rlwrap
    3637}
    3738