diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 09:24:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 09:24:04 +0000 |
commit | 86b69b7fe708fe08b96347c80332a53bca8cea28 (patch) | |
tree | 6e3bb0bc99c0b0169540cc45147a55c93ff6be4e /textproc/Makefile | |
parent | 3fc7d32932f4853e01e568e50213571636b9ec3d (diff) | |
download | ports-86b69b7fe708fe08b96347c80332a53bca8cea28.tar.gz ports-86b69b7fe708fe08b96347c80332a53bca8cea28.zip |
RefDB is a client-server database system for storing, retrieving and
formatting bibliographic references. It is a front-end for an SQL
database backend---either SQLite, MySQL, or PostgreSQL.
PR: ports/81251
Submitted by: Paul A. Hoadley <paulh@logicsquad.net>
Notes
Notes:
svn path=/head/; revision=135682
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4976e7522b3e..7d55820fea01 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -563,6 +563,7 @@ SUBDIR += re_graph SUBDIR += redland SUBDIR += redland-bindings + SUBDIR += refdb SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions |