[cig-commits] commit: streamline the Portfile.

Mercurial hg at geodynamics.org
Fri Apr 12 09:53:44 PDT 2013


changeset:   200:0ccc90136bd5
tag:         tip
user:        Sylvain Barbot <sbarbot at ntu.edu.sg>
date:        Sat Apr 13 00:53:34 2013 +0800
files:       release/ports/science/relax3d/Portfile
description:
streamline the Portfile.


diff -r 100d9f61e6e3 -r 0ccc90136bd5 release/ports/science/relax3d/Portfile
--- a/release/ports/science/relax3d/Portfile	Sat Apr 13 00:52:42 2013 +0800
+++ b/release/ports/science/relax3d/Portfile	Sat Apr 13 00:53:34 2013 +0800
@@ -24,7 +24,6 @@ checksums                 rmd160 ed82d79
 checksums                 rmd160 ed82d798758783657f54cd6d5cc6f274fa381793 \
                           sha256 1b5dd4914256a39c6fb64bc2fd29215f8f0d188c57a057c4c5fcc06a4068e0a9
 
-#depends_build-append      port:gcc47
 depends_lib-append        port:fftw-3-single \
                           port:gcc47 \
                           port:gmt4 \
@@ -61,7 +60,6 @@ variant gcc45 description {build with gf
     configure.cc              gcc-mp-4.5
     configure.fc              gfortran-mp-4.5
     depends_build-append      port:gcc45
-    depends_lib-append        port:gcc45
     require_active_variants   fftw-3-single gcc45
 }
 
@@ -69,7 +67,6 @@ variant gcc46 description {build with gf
     configure.cc              gcc-mp-4.6
     configure.fc              gfortran-mp-4.6
     depends_build-append      port:gcc46
-    depends_lib-append        port:gcc46
     require_active_variants   fftw-3-single gcc46
 }
 
@@ -77,6 +74,5 @@ variant gcc47 description {build with gf
     configure.cc              gcc-mp-4.7
     configure.fc              gfortran-mp-4.7
     depends_build-append      port:gcc47
-    depends_lib-append        port:gcc47
     require_active_variants   fftw-3-single gcc47
 }



More information about the CIG-COMMITS mailing list