diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-07 05:51:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-07 05:51:59 +0800 |
commit | 90ebc31918bd60be31bb2ad48fe75fd82ddc0e1c (patch) | |
tree | 37a8ac39c3adf698a865ad65aaf1266a52e90ee9 /databases/Makefile | |
parent | 4db8c1ed366e323235680b42483ecce12392c9a3 (diff) | |
download | freebsd-ports-gnome-90ebc31918bd60be31bb2ad48fe75fd82ddc0e1c.tar.gz freebsd-ports-gnome-90ebc31918bd60be31bb2ad48fe75fd82ddc0e1c.tar.zst freebsd-ports-gnome-90ebc31918bd60be31bb2ad48fe75fd82ddc0e1c.zip |
deskutils/gnotime basically contains two ports. Split off one part into
a new port databases/qof:
QOF - Query Object Framework - library to add a query engine to C
applications with generic XML backend. A SQL database is not needed; any
collection of C/C++ objects can act as tables.
WWW: https://alioth.debian.org/projects/qof/
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 d493deebf550..93a10abc3c3b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -784,6 +784,7 @@ SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus + SUBDIR += qof SUBDIR += qt4-ibase-plugin SUBDIR += qt4-mysql-plugin SUBDIR += qt4-odbc-plugin |