summaryrefslogtreecommitdiffstats
path: root/databases/rubygem-sqlite3
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
committernork <nork@FreeBSD.org>2004-12-23 08:25:47 +0000
commit16b1473343c6911543ca2b47dce5cb2d82ac3ae9 (patch)
treefea9d597446ad6fa964daa01712305da2e3ceebc /databases/rubygem-sqlite3
parent494673c8bab2ba497a9226287180fe78c994b9c6 (diff)
downloadFreeBSD-ports-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.zip
FreeBSD-ports-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.gz
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
Diffstat (limited to 'databases/rubygem-sqlite3')
-rw-r--r--databases/rubygem-sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index e150822..a801abe 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqlite
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}-ruby
@@ -17,7 +18,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine
-LIB_DEPENDS= sqlite.2:${.CURDIR}/../sqlite
+LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
OpenPOWER on IntegriCloud