[141644] trunk/dports/lang/g95/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Sat Dec 12 02:24:11 PST 2015


Revision: 141644
          https://trac.macports.org/changeset/141644
Author:   dstrubbe at macports.org
Date:     2015-10-24 15:58:38 -0700 (Sat, 24 Oct 2015)
Log Message:
-----------
g95: libtool is a build dependency (the typical case), not a library dependency. Also, it does not seem to be true for several years that "Innovations and optimizations continue to be worked on" unfortunately.

Modified Paths:
--------------
    trunk/dports/lang/g95/Portfile

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2015-10-24 22:19:01 UTC (rev 141643)
+++ trunk/dports/lang/g95/Portfile	2015-10-24 22:58:38 UTC (rev 141644)
@@ -15,7 +15,6 @@
 long_description \
                 G95 is a stable, production Fortran 95 compiler \
                 available for multiple cpu architectures and operating systems. \
-                Innovations and optimizations continue to be worked on. \
                 Parts of the F2003 standard have been implemented in g95.
 homepage        http://g95.org/
 dist_subdir     ${name}/${version}
@@ -56,8 +55,8 @@
                     ${dg95}  sha1    b5e503fd6459b65cbda73190685f9490230d9cff \
                     ${dg95}  rmd160  98d03e9a1835f4b3553a72a798bdf1d90a757176
 
-depends_build   port:ld64 port:cctools
-depends_lib     port:libtool port:libiconv path:lib/libgcc/libgcc_s.1.dylib:libgcc
+depends_build   port:ld64 port:cctools port:libtool
+depends_lib     port:libiconv path:lib/libgcc/libgcc_s.1.dylib:libgcc
 
 patchfiles      patch-Makefile.in.diff \
                 patch-darwin.h.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/be181ccf/attachment-0001.html>


More information about the macports-changes mailing list