Ticket #54376: math_gsl_Portfile.diff

File math_gsl_Portfile.diff, 1.1 KB (added by slewsys (Andrew L. Moore), 7 years ago)

math_gsl Portfile updated per Schamschula comments

  • math/gsl/Portfile

    diff --git a/math/gsl/Portfile b/math/gsl/Portfile
    index 1423b77dec..c1419c8c1d 100644
    a b  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22
    33PortSystem          1.0
     4PortGroup           python 1.0
    45PortGroup           compilers 1.0
    56
    67name                gsl
    78version             2.4
     9revision            1
    810categories          math science
    911maintainers         dtakahashi openmaintainer
    1012license             GPL-3+
    compilers.choose cc 
    3941compilers.setup     -dragonegg
    4042
    4143variant doc description "Install PDF and HTML documentation" {
    42     depends_build   port:ghostscript bin:latex:texlive
    43     depends_build   port:py27-sphinx_rtd_theme
     44    depends_build   port:ghostscript \
     45                    bin:latex:texlive \
     46                    port:texlive-latex-extra \
     47                    port:py${python.default_version}-sphinx_rtd_theme
     48
    4449    post-build      {
    4550        system -W ${worksrcpath}/doc     "make latexpdf"
    4651        system -W ${worksrcpath}/doc     "make html"