diff options
author | asau <asau> | 2010-07-09 19:37:11 +0000 |
---|---|---|
committer | asau <asau> | 2010-07-09 19:37:11 +0000 |
commit | 7fa17bb7bef450782e7fd16bab91fb4c29c19d39 (patch) | |
tree | bf7052fb82375aa26b44900c0f08d3b8c251eef1 | |
parent | 1a4cbaac0d42c7c1e757b0a48b479285add88ba0 (diff) | |
download | pkgsrc-7fa17bb7bef450782e7fd16bab91fb4c29c19d39.tar.gz |
Add and enable imported CLISP modules.
-rw-r--r-- | databases/Makefile | 4 | ||||
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
4 files changed, 10 insertions, 4 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2c48c581988..93e99b1faa5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.337 2010/06/27 20:40:11 joerg Exp $ +# $NetBSD: Makefile,v 1.338 2010/07/09 19:37:11 asau Exp $ # COMMENT= Databases @@ -8,6 +8,8 @@ SUBDIR+= adodb SUBDIR+= apache-cassandra SUBDIR+= bdb-xml SUBDIR+= cdb +SUBDIR+= clisp-gdbm +SUBDIR+= clisp-pgsql #SUBDIR+= cstore # not enabled at present due to its size requirements SUBDIR+= datadraw SUBDIR+= db diff --git a/devel/Makefile b/devel/Makefile index 764c7176bea..5dd4b9d6ccd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1360 2010/07/04 18:12:26 cube Exp $ +# $NetBSD: Makefile,v 1.1361 2010/07/09 19:37:11 asau Exp $ # COMMENT= Development utilities @@ -96,6 +96,8 @@ SUBDIR+= check SUBDIR+= chmlib SUBDIR+= chrpath SUBDIR+= clib +SUBDIR+= clisp-pcre +SUBDIR+= clisp-zlib SUBDIR+= cmake SUBDIR+= cmake-mode SUBDIR+= coccinelle diff --git a/net/Makefile b/net/Makefile index be615ba683d..d5e544e4921 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.835 2010/06/10 05:44:27 dholland Exp $ +# $NetBSD: Makefile,v 1.836 2010/07/09 19:37:11 asau Exp $ # COMMENT= Networking tools @@ -62,6 +62,7 @@ SUBDIR+= cia SUBDIR+= cidr SUBDIR+= cisco-mibs SUBDIR+= citrix_ica +SUBDIR+= clisp-rawsock SUBDIR+= clive SUBDIR+= cmu-dhcpd SUBDIR+= cntlm diff --git a/x11/Makefile b/x11/Makefile index 9c317ed4ac5..c33b336383e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.616 2010/05/18 19:47:47 drochner Exp $ +# $NetBSD: Makefile,v 1.617 2010/07/09 19:37:11 asau Exp $ # COMMENT= Packages to support the X window system @@ -23,6 +23,7 @@ SUBDIR+= beforelight SUBDIR+= bigreqsproto SUBDIR+= bitmap SUBDIR+= blt +SUBDIR+= clisp-gtk2 SUBDIR+= compositeproto SUBDIR+= damageproto SUBDIR+= desklaunch |