[106724] trunk/dports/devel/coccinelle/Portfile

g5pw at macports.org g5pw at macports.org
Thu Jun 6 10:11:52 PDT 2013


Revision: 106724
          https://trac.macports.org/changeset/106724
Author:   g5pw at macports.org
Date:     2013-06-06 10:11:52 -0700 (Thu, 06 Jun 2013)
Log Message:
-----------
devel/coccinelle:
  fix pcre variant

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

Modified: trunk/dports/devel/coccinelle/Portfile
===================================================================
--- trunk/dports/devel/coccinelle/Portfile	2013-06-06 16:59:13 UTC (rev 106723)
+++ trunk/dports/devel/coccinelle/Portfile	2013-06-06 17:11:52 UTC (rev 106724)
@@ -5,7 +5,7 @@
 
 name                coccinelle
 version             1.0.0-rc17
-revision            1
+revision            2
 license             GPL-2
 maintainers         g5pw openmaintainer
 
@@ -21,8 +21,7 @@
 
 depends_lib         port:ocaml \
                     port:ocaml-findlib \
-                    port:ocaml-menhir \
-                    port:ocaml-pcre
+                    port:ocaml-menhir
 
 master_sites        ${homepage}/distrib
 
@@ -102,7 +101,7 @@
     configure.args-delete   --disable-pcre
     configure.args-append   --enable-pcre
 
-    depends_lib			    port:pcre
+    depends_lib-append      port:ocaml-pcre
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130606/ac428c5a/attachment.html>


More information about the macports-changes mailing list