diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:15:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:15:54 +0000 |
commit | 73b843aa6ca1563b28b558c61f0e597f8f224b79 (patch) | |
tree | 8a6e070b202f3b052480420996056211d8b672f6 | |
parent | d187a3d6570ff2ee325ae9fa4c30729c2dc78c20 (diff) | |
download | pkgsrc-73b843aa6ca1563b28b558c61f0e597f8f224b79.tar.gz |
Add and enable php-soap.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 93df137f4da..f408118747d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.817 2010/03/14 18:41:29 pettai Exp $ +# $NetBSD: Makefile,v 1.818 2010/03/16 15:15:54 taca Exp $ # COMMENT= Networking tools @@ -405,6 +405,7 @@ SUBDIR+= pen SUBDIR+= pfnet SUBDIR+= php-ftp SUBDIR+= php-snmp +SUBDIR+= php-soap SUBDIR+= php-sockets SUBDIR+= php-xmlrpc SUBDIR+= php-yaz |