diff options
author | jdolecek <jdolecek> | 2010-03-21 16:58:55 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2010-03-21 16:58:55 +0000 |
commit | f2ecf85b174148c0751a15ad272d6a6918188dd1 (patch) | |
tree | a2fdeee355c58143683fdc8ff3273f6173319e20 | |
parent | d394fb9b8f42cce126a4b87e1805c2393a80a0b7 (diff) | |
download | pkgsrc-f2ecf85b174148c0751a15ad272d6a6918188dd1.tar.gz |
add php-intl
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1c15425ecf1..aea597da885 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.529 2010/03/16 22:35:38 pettai Exp $ +# $NetBSD: Makefile,v 1.530 2010/03/21 16:58:55 jdolecek Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -388,6 +388,7 @@ SUBDIR+= pear-Console_Table SUBDIR+= pear-File_Find SUBDIR+= php-dom SUBDIR+= php-enchant +SUBDIR+= php-intl SUBDIR+= php-json SUBDIR+= php-pspell SUBDIR+= php-wddx |