diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /databases/Makefile | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/Makefile b/databases/Makefile index 15c33fcce2e..5948b55de8f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,28 +1,22 @@ -# $NetBSD: Makefile,v 1.29 2000/02/19 23:46:26 jwise Exp $ +# $NetBSD: Makefile,v 1.30 2000/02/25 01:04:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # SUBDIR += db SUBDIR += db3 SUBDIR += gdbm -# SUBDIR += gnats SUBDIR += gtksql SUBDIR += gtranscript SUBDIR += iodbc SUBDIR += jdb SUBDIR += jdbc-postgresql -# SUBDIR += msql SUBDIR += mysql-client SUBDIR += mysql-server SUBDIR += openldap SUBDIR += oraedit SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-postgresql -# SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI -# SUBDIR += p5-Msql -# SUBDIR += p5-Mysql -# SUBDIR += p5-Pg SUBDIR += p5-gdbm SUBDIR += p5-perl-ldap SUBDIR += p5-pgsql @@ -31,10 +25,9 @@ SUBDIR += py-gdbm SUBDIR += py-mysql SUBDIR += py-postgresql - SUBDIR += sdbm SUBDIR += rrdtool + SUBDIR += sdbm SUBDIR += tcl-gdbm -# SUBDIR += typhoon SUBDIR += xmysql SUBDIR += xmysqladmin SUBDIR += zope-mysql |