diff options
author | will <will@FreeBSD.org> | 2000-05-29 16:23:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-29 16:23:02 +0800 |
commit | 1f25c6c03fd3aed3989bf827d45d7828397952cc (patch) | |
tree | 66e120d383c6d12adfef3fed00c64ceef2ce62d9 /databases/Makefile | |
parent | 91990c4ef4f6c23be7771815d73a70f3af2bbab1 (diff) | |
download | freebsd-ports-gnome-1f25c6c03fd3aed3989bf827d45d7828397952cc.tar.gz freebsd-ports-gnome-1f25c6c03fd3aed3989bf827d45d7828397952cc.tar.zst freebsd-ports-gnome-1f25c6c03fd3aed3989bf827d45d7828397952cc.zip |
Add libiodbc, a library which allows access to ODBC databases.
PR: 17587
Submitted by: Erik H. Bakke <erikhb@bgnett.no>
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 4e2de3550cdc..cd50a067e2ba 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -12,6 +12,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += interbase4 + SUBDIR += libiodbc SUBDIR += metakit SUBDIR += msql SUBDIR += mysql-editor |