summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:26:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:26:54 +0000
commita449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e (patch)
tree03f13484e1c75e3b5739fa818f9e31c8d49a45fa /databases/ruby-sqlite/Makefile
parentUpdate to ruby-sqlite3 after a repocopy. This is a Ruby interface to (diff)
Clearly state which version of SQLite is supported.
Notes
Notes: svn path=/head/; revision=126608
Diffstat (limited to 'databases/ruby-sqlite/Makefile')
-rw-r--r--databases/ruby-sqlite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-sqlite/Makefile b/databases/ruby-sqlite/Makefile
index 17fa00a5a6b1..457fd0478316 100644
--- a/databases/ruby-sqlite/Makefile
+++ b/databases/ruby-sqlite/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine
+COMMENT= Ruby interface to the SQLite DB engine version 2
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2