[109281] trunk/dports/gnome/libsecret/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 11 23:46:46 PDT 2013


Revision: 109281
          https://trac.macports.org/changeset/109281
Author:   ryandesign at macports.org
Date:     2013-08-11 23:46:45 -0700 (Sun, 11 Aug 2013)
Log Message:
-----------
libsecret: add standard comment about why gmake dependency is added on Darwin 8; remove depends_skip_archcheck because the gmake port already declares "installs_libs no"; remove destroot.cmd because the default destroot.cmd is build.cmd

Modified Paths:
--------------
    trunk/dports/gnome/libsecret/Portfile

Modified: trunk/dports/gnome/libsecret/Portfile
===================================================================
--- trunk/dports/gnome/libsecret/Portfile	2013-08-12 06:24:47 UTC (rev 109280)
+++ trunk/dports/gnome/libsecret/Portfile	2013-08-12 06:46:45 UTC (rev 109281)
@@ -34,11 +34,9 @@
                 port:libgcrypt
 
 platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_build-append    port:gmake
-    depends_skip_archcheck-append gmake
-
     build.cmd               ${prefix}/bin/gmake
-    destroot.cmd            ${prefix}/bin/gmake
 }
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130811/371590fc/attachment.html>


More information about the macports-changes mailing list