diff options
author | obache <obache@pkgsrc.org> | 2014-10-08 09:55:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-10-08 09:55:20 +0000 |
commit | 1f98fc5d58e9949fdb18938c2093a8cc945f1400 (patch) | |
tree | 55885ea469b51980cae12fac39fd28b1242c672e | |
parent | 139648d7503c5daba939b17b2df7d841ddcfac29 (diff) | |
download | pkgsrc-1f98fc5d58e9949fdb18938c2093a8cc945f1400.tar.gz |
+ pear-HTTP_Request2
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 8b22d9a3631..014401a4766 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1066 2014/09/13 16:40:04 wen Exp $ +# $NetBSD: Makefile,v 1.1067 2014/10/08 09:55:20 obache Exp $ # COMMENT= Packages related to the World Wide Web @@ -513,6 +513,7 @@ SUBDIR+= pear-HTML_Select SUBDIR+= pear-HTML_TreeMenu SUBDIR+= pear-HTTP SUBDIR+= pear-HTTP_Request +SUBDIR+= pear-HTTP_Request2 SUBDIR+= php-apc SUBDIR+= php-basercms SUBDIR+= php-concrete5 |