diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-20 17:30:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-20 17:30:30 +0000 |
commit | 34704fbd2a117c488a424f8b7ac6718b246e3750 (patch) | |
tree | f50b595f25bae000c82bc972e6d2b26bc8bf538d /devel/Makefile | |
parent | Update to 0.5.1. (diff) |
Add slave port for pcre which enables UTF-8 support.
Notes
Notes:
svn path=/head/; revision=131747
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cfd3dae9e552..227d9b52c63a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1133,6 +1133,7 @@ SUBDIR += pcl-cvs-emacs20 SUBDIR += pcre SUBDIR += pcre++ + SUBDIR += pcre-utf8 SUBDIR += pcsc-lite SUBDIR += pear-Config SUBDIR += pear-Console_Getargs |