[49147] trunk/dports/devel/pcre/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Apr 4 10:39:09 PDT 2009


Revision: 49147
          http://trac.macports.org/changeset/49147
Author:   mcalhoun at macports.org
Date:     2009-04-04 10:39:09 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
pcre: zlib and bzip2 are common and small dependencies, so add them without variant.

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

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2009-04-04 17:33:04 UTC (rev 49146)
+++ trunk/dports/devel/pcre/Portfile	2009-04-04 17:39:09 UTC (rev 49147)
@@ -5,7 +5,7 @@
 
 name            pcre
 version         7.8
-revision        2
+revision        3
 categories      devel
 platforms       darwin freebsd
 maintainers     nox openmaintainer
@@ -29,12 +29,13 @@
                 sha1    552909f9d18e1954eec639f926957a4cb2de1ec3 \
                 rmd160  f8cc336f984bce9bfebaef27e6376d84845bce8f
 
-depends_lib     port:readline
+depends_lib     port:readline port:zlib port:bzip2
 
 configure.args  --docdir=${prefix}/share/doc/${name}-${version} \
                 --enable-unicode-properties \
                 --enable-pcretest-libreadline \
-                --enable-utf8
+                --enable-pcregrep-libz \
+                --enable-pcregrep-libbz2
 
 post-configure {
     if {![variant_isset doc]} {
@@ -48,6 +49,3 @@
 test.run        yes
 
 variant doc description {Install extra documentation} {}
-
-# PCRE offers libz and libbz2 support, maybe it would be nice
-# to write some variants or include them by default.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090404/c7f39915/attachment.html>


More information about the macports-changes mailing list