diff options
author | arved <arved@FreeBSD.org> | 2003-10-31 20:38:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-31 20:38:30 +0800 |
commit | dcfc784589458048d52f70f7b37cce8a44d695a8 (patch) | |
tree | a347c6f5f8a3d61795435aca85cf9ebff2b9a4a3 /databases/Makefile | |
parent | 98dc7f2486a710bd8547e809e971322a31e64fd1 (diff) | |
download | freebsd-ports-gnome-dcfc784589458048d52f70f7b37cce8a44d695a8.tar.gz freebsd-ports-gnome-dcfc784589458048d52f70f7b37cce8a44d695a8.tar.zst freebsd-ports-gnome-dcfc784589458048d52f70f7b37cce8a44d695a8.zip |
Add hk_classes,
C++ library which allows rapid development of database applications.
Note: hk_classes works with mysql, postgresql und ODBC, but this port only
supports mysql at the moment.
Prodded by: enoal <sreco@xmission.com>
PR: 41380
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e2c7a9e316ec..f3b18e10dbff 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -42,6 +42,7 @@ SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql + SUBDIR += hk_classes SUBDIR += java-sqlrelay SUBDIR += jdb SUBDIR += jdbc-oracle816 |