[40677] trunk/dports/devel/pcre/Portfile
nox at macports.org
nox at macports.org
Fri Oct 10 03:42:49 PDT 2008
Revision: 40677
http://trac.macports.org/changeset/40677
Author: nox at macports.org
Date: 2008-10-10 03:42:48 -0700 (Fri, 10 Oct 2008)
Log Message:
-----------
pcre: Enabled libreadline support (closes #16799).
Modified Paths:
--------------
trunk/dports/devel/pcre/Portfile
Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile 2008-10-10 10:37:38 UTC (rev 40676)
+++ trunk/dports/devel/pcre/Portfile 2008-10-10 10:42:48 UTC (rev 40677)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,6 +5,7 @@
name pcre
version 7.8
+revision 1
categories devel
platforms darwin freebsd
maintainers nox openmaintainer
@@ -27,8 +29,11 @@
sha1 552909f9d18e1954eec639f926957a4cb2de1ec3 \
rmd160 f8cc336f984bce9bfebaef27e6376d84845bce8f
+depends_lib port:readline
+
configure.args --docdir=${prefix}/share/doc/${name}-${version} \
- --enable-unicode-properties
+ --enable-unicode-properties \
+ --enable-pcretest-libreadline
post-configure {
if {![variant_isset doc]} {
@@ -43,5 +48,5 @@
variant doc description {Install extra documentation} {}
-# PCRE offers libz, libbz2 and libreadline support, maybe it would be nice
+# 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/20081010/8be3911f/attachment-0001.html
More information about the macports-changes
mailing list