Changeset 99147


Ignore:
Timestamp:
Oct 28, 2012, 1:27:00 PM (12 years ago)
Author:
cal@…
Message:

tig:

  • split deps into build-time and lib deps
  • remove html_doc variant and always build html docs, because building it doesn't take a lot of time and not building it doesn't save any dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/tig/Portfile

    r98810 r99147  
    66
    77github.setup        jonas tig 1.1 tig-
     8revision            1
    89categories          devel
    910maintainers         cal openmaintainer
     
    1718                    sha256  7c55d2f5d0df6387175e7d431559d72e95b51d1dca82fa64f98b7d716e93bce5
    1819
    19 depends_lib         port:git-core \
    20                     port:libiconv \
    21                     port:ncurses \
     20depends_build       port:automake \
    2221                    port:autoconf \
    2322                    port:asciidoc \
    2423                    port:xmlto
     24
     25depends_lib         port:git-core \
     26                    port:libiconv \
     27                    port:ncurses
    2528
    2629# We need to create the configure file,
     
    3033}
    3134
    32 build.target-append doc-man
     35build.target-append doc-man doc-html
    3336destroot.target-append \
    34                     install-doc-man
    35 
    36 variant html_doc description {Build HTML documentation with asciidoc} {
    37     build.target-append     doc-html
    38     destroot.target-append  install-doc-html
    39 }
     37                    install-doc-man install-doc-html
Note: See TracChangeset for help on using the changeset viewer.