diff --git a/devel/Makefile b/devel/Makefile index 15bfbaab3fe..09494af053c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.425 2006/11/06 13:42:41 espie Exp $ +# $OpenBSD: Makefile,v 1.426 2006/11/06 14:32:18 espie Exp $ # $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $ SUBDIR += ElectricFence @@ -24,6 +24,7 @@ SUBDIR += bluetooth-libs SUBDIR += boehm-gc SUBDIR += boost + SUBDIR += catalyst SUBDIR += catalyst-tutorial SUBDIR += c2hs SUBDIR += ccache diff --git a/net/Makefile b/net/Makefile index 59792bea628..95231d1820b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.434 2006/11/06 05:26:30 jolan Exp $ +# $OpenBSD: Makefile,v 1.435 2006/11/06 14:32:18 espie Exp $ # $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $ # @@ -233,6 +233,7 @@ SUBDIR += p5-PlRPC SUBDIR += p5-SNMP-BridgeQuery SUBDIR += p5-SNMP_Session + SUBDIR += p5-RPC-XML SUBDIR += p5-Socket6 SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-flowd diff --git a/www/Makefile b/www/Makefile index 67ac584ebc5..be4acd69290 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.244 2006/11/06 13:42:41 espie Exp $ +# $OpenBSD: Makefile,v 1.245 2006/11/06 14:32:18 espie Exp $ # $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp $ SUBDIR += amaya # requires Motif (lesstif works) @@ -106,6 +106,8 @@ SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-HTML-Widget SUBDIR += p5-Catalyst-Plugin-I18N + SUBDIR += p5-Catalyst-Log-Log4perl + SUBDIR += p5-Catalyst-Plugin-Pluggable SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap @@ -117,6 +119,7 @@ SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-Static-Simple SUBDIR += p5-Catalyst-Plugin-SubRequest + SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-View-Mason SUBDIR += p5-HTML-Base