diff options
Diffstat (limited to 'databases/ruby-sqlite/Makefile')
-rw-r--r-- | databases/ruby-sqlite/Makefile | 2 |
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 |