[108519] trunk/dports/devel/libmemcached/Portfile

larryv at macports.org larryv at macports.org
Thu Jul 25 08:09:59 PDT 2013


Revision: 108519
          https://trac.macports.org/changeset/108519
Author:   larryv at macports.org
Date:     2013-07-25 08:09:59 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
libmemcached: Correct GCC dependencies.

Modified Paths:
--------------
    trunk/dports/devel/libmemcached/Portfile

Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile	2013-07-25 14:25:28 UTC (rev 108518)
+++ trunk/dports/devel/libmemcached/Portfile	2013-07-25 15:09:59 UTC (rev 108519)
@@ -55,13 +55,15 @@
 
 platform darwin 8 {
     patchfiles-append   no_memslap.diff
-    depends_build       port:gcc46
+    # TODO Remove explicit lib dep after 6 Aug 2013
+    depends_lib-append  port:gcc46
     configure.compiler  macports-gcc-4.6
     universal_variant   no
 }
 
 platform darwin 9 {
-    depends_build       port:gcc46
+    # TODO Remove explicit lib dep after 6 Aug 2013
+    depends_lib-append  port:gcc46
     configure.compiler  macports-gcc-4.6
     universal_variant   no
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/cf3e14c4/attachment-0001.html>


More information about the macports-changes mailing list