[85051] trunk/dports/math/pecco/Portfile

hum at macports.org hum at macports.org
Sat Oct 8 04:37:37 PDT 2011


Revision: 85051
          http://trac.macports.org/changeset/85051
Author:   hum at macports.org
Date:     2011-10-08 04:37:32 -0700 (Sat, 08 Oct 2011)
Log Message:
-----------
pecco: modify depends_lib using path:-style instead of port:-style, remove darts variant. 
See http://lists.macosforge.org/pipermail/macports-dev/2011-October/016374.html. Thanks to Ryan.

Modified Paths:
--------------
    trunk/dports/math/pecco/Portfile

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/math/pecco/Portfile	2011-10-08 10:33:06 UTC (rev 85050)
+++ trunk/dports/math/pecco/Portfile	2011-10-08 11:37:32 UTC (rev 85051)
@@ -20,20 +20,16 @@
 checksums           rmd160  27d609eda4fcc200d89dac976924bfa5faad4ad5 \
                     sha256  99eb12e794ba516fcfbd46541ef633b70dcd85b6c6c56226132b4272c42ef162
 
-depends_lib         port:darts-clone
+depends_lib         path:include/darts.h:darts-clone
 
 worksrcdir          ${name}
 use_bzip2           yes
 
 patchfiles          patch-pecco_conf.h.diff
 
-variant darts description {Use darts instead of darts_clone} {
-    depends_lib-replace    s|port:darts-clone|port:darts|
-}
-
 use_configure       no
 
-variant universal {}
+variant universal   {}
 
 build.args          CC="${configure.cxx}" \
                     INCLUDE="${configure.cppflags}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111008/61891b36/attachment.html>


More information about the macports-changes mailing list