[104463] trunk/base/src/port1.0/portbuild.tcl

larryv at macports.org larryv at macports.org
Mon Mar 25 16:22:34 PDT 2013


Revision: 104463
          https://trac.macports.org/changeset/104463
Author:   larryv at macports.org
Date:     2013-03-25 16:22:34 -0700 (Mon, 25 Mar 2013)
Log Message:
-----------
portbuild.tcl: Remove unnecessary depends_skip_archcheck, {bsd,g}make already set "install_libs no".

Modified Paths:
--------------
    trunk/base/src/port1.0/portbuild.tcl

Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl	2013-03-25 23:20:20 UTC (rev 104462)
+++ trunk/base/src/port1.0/portbuild.tcl	2013-03-25 23:22:34 UTC (rev 104463)
@@ -70,15 +70,11 @@
         ui_debug "build.type is BSD, adding bin:bsdmake:bsdmake build dependency"
         depends_build-delete bin:bsdmake:bsdmake
         depends_build-append bin:bsdmake:bsdmake
-        depends_skip_archcheck-delete bsdmake
-        depends_skip_archcheck-append bsdmake
     }
     if {[option build.type] == "gnu" && [option os.platform] == "freebsd"} {
         ui_debug "build.type is GNU, adding bin:gmake:gmake build dependency"
         depends_build-delete bin:gmake:gmake
         depends_build-append bin:gmake:gmake
-        depends_skip_archcheck-delete gmake
-        depends_skip_archcheck-append gmake
     }
 }
 # Register the above procedure as a callback after Portfile evaluation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130325/cf6a565f/attachment-0001.html>


More information about the macports-changes mailing list