[101432] trunk/dports/net/wget/Portfile
blair at macports.org
blair at macports.org
Thu Jan 10 15:51:03 PST 2013
Revision: 101432
https://trac.macports.org/changeset/101432
Author: blair at macports.org
Date: 2013-01-10 15:51:03 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
wget: also depend upon pcre because wget will link against it if its installed.
Looking at wget's source code, it'll use PCRE instead of the OS
provided regcomp/regexec for the --accept and --reject command line
option, if PCRE is available.
$ otool -L /opt/local/bin/wget | grep pcre
/opt/local/lib/libpcre.1.dylib (compatibility version 2.0.0, current version 2.0.0)
Modified Paths:
--------------
trunk/dports/net/wget/Portfile
Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile 2013-01-10 23:39:02 UTC (rev 101431)
+++ trunk/dports/net/wget/Portfile 2013-01-10 23:51:03 UTC (rev 101432)
@@ -7,6 +7,7 @@
name wget
version 1.14
+revision 1
categories net www
maintainers ryandesign
license GPL-3+
@@ -40,7 +41,8 @@
depends_lib \
port:libidn \
- port:gettext
+ port:gettext \
+ port:pcre
# So that +universal can use gettext and openssl on Tiger; see #18276.
configure.ldflags-append -liconv -lintl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/53430c67/attachment.html>
More information about the macports-changes
mailing list