[153495] trunk/dports/shells/fish/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Oct 2 20:37:56 CEST 2016


Revision: 153495
          https://trac.macports.org/changeset/153495
Author:   khindenburg at macports.org
Date:     2016-10-02 11:37:56 -0700 (Sun, 02 Oct 2016)
Log Message:
-----------
fish: remove doxygen/graphviz deps #52367

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2016-10-02 18:18:59 UTC (rev 153494)
+++ trunk/dports/shells/fish/Portfile	2016-10-02 18:37:56 UTC (rev 153495)
@@ -5,6 +5,7 @@
 PortGroup               github 1.0
 
 github.setup            fish-shell fish-shell 2.3.1
+revision                1
 name                    fish
 license                 GPL-2
 categories              shells
@@ -21,8 +22,6 @@
 checksums               rmd160  2809d9fd03ebf38961eedcdf37eee658549688aa \
                         sha256  328acad35d131c94118c1e187ff3689300ba757c4469c8cc1eaa994789b98664
 
-depends_build           port:doxygen \
-                        path:bin/dot:graphviz
 depends_lib             port:libiconv \
                         port:ncurses \
                         port:gettext
@@ -34,6 +33,9 @@
     reinplace "s|DEF_VER=2.0.GIT|DEF_VER=${version}|"     ${worksrcpath}/build_tools/git_version_gen.sh
 }
 
+# doxygen appears to only regenerate html files and not install man pages
+configure.args-append   --without-doxygen
+
 notes "
 To set MacPorts' ${name} as default login shell, run:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161002/110c2bbf/attachment-0002.html>


More information about the macports-changes mailing list