summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-21 05:49:14 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-21 05:49:14 +0000
commitc17b3eedea53d2e5869951d84edd008bba54f848 (patch)
tree3c600bb372e9a273bbedc7995daee809eefa2451 /databases/Makefile
parent- Sort entries. (diff)
Sort entries.
Notes
Notes: svn path=/head/; revision=48024
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a45c3a2aa45e..84d883382b2a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
#
- SUBDIR += zodb
- SUBDIR += zpygresqlda
+
SUBDIR += adodb
SUBDIR += cdb
SUBDIR += db
@@ -95,12 +94,12 @@
SUBDIR += ruby-dbd_sybase
SUBDIR += ruby-dbi
SUBDIR += ruby-gdbm
- SUBDIR += ruby-rdbc1
SUBDIR += ruby-msql
SUBDIR += ruby-mysql
SUBDIR += ruby-o_dbm
SUBDIR += ruby-odbc
SUBDIR += ruby-postgres
+ SUBDIR += ruby-rdbc1
SUBDIR += ruby-sqlrelay
SUBDIR += sixpack
SUBDIR += sqlite
@@ -113,5 +112,7 @@
SUBDIR += xmbase-grok
SUBDIR += xmysql
SUBDIR += xmysqladmin
+ SUBDIR += zodb
+ SUBDIR += zpygresqlda
.include <bsd.port.subdir.mk>