diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:49:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:49:14 +0000 |
commit | c17b3eedea53d2e5869951d84edd008bba54f848 (patch) | |
tree | 3c600bb372e9a273bbedc7995daee809eefa2451 /databases | |
parent | d3ce2a4568ff2b01b5bef053c7d76124b2cf4daf (diff) | |
download | ports-c17b3eedea53d2e5869951d84edd008bba54f848.tar.gz ports-c17b3eedea53d2e5869951d84edd008bba54f848.zip |
Sort entries.
Notes
Notes:
svn path=/head/; revision=48024
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 7 |
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> |