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

ryandesign at macports.org ryandesign at macports.org
Wed Jun 15 17:46:53 PDT 2011


Revision: 79496
          http://trac.macports.org/changeset/79496
Author:   ryandesign at macports.org
Date:     2011-06-15 17:46:53 -0700 (Wed, 15 Jun 2011)
Log Message:
-----------
fish: use port:-style dependencies

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

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2011-06-16 00:46:20 UTC (rev 79495)
+++ trunk/dports/shells/fish/Portfile	2011-06-16 00:46:53 UTC (rev 79496)
@@ -23,9 +23,12 @@
 livecheck.type          regex
 livecheck.regex         fish-(.*?).tar.bz2
 
-depends_build           bin:doxygen:doxygen
-depends_lib             lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
+depends_build           port:doxygen
 
+depends_lib             port:libiconv \
+                        port:ncurses \
+                        port:gettext
+
 configure.ccache        no
 
 configure.args          --mandir=${prefix}/share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110615/fd4ab763/attachment.html>


More information about the macports-changes mailing list