1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Unbreak by updating the sqlite dependeny, now that sqlite has been

given a proper shlib major.

PR:		ports/42354
Submitted by:	Gerhard Haering <gerhard.haering@gmx.de>
This commit is contained in:
Akinori MUSHA 2002-09-20 07:47:12 +00:00
parent 7908026ee7
commit 7bb65faca3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66818
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= dbd_sqlite
PORTVERSION= ${RUBY_DBI_PORTVERSION}
PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR}
@ -16,7 +17,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= sqlite.1:${.CURDIR}/../sqlite
LIB_DEPENDS= sqlite.2:${.CURDIR}/../sqlite
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR}
USE_RUBY= yes

View File

@ -7,7 +7,7 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.firstworks.com/downloads/sqlrelay/
@ -52,7 +52,7 @@ WITH_GTK?= yes
.if defined(WITH_SQLITE) && ${WITH_SQLITE:L} != no
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm \
sqlite.1:${PORTSDIR}/databases/sqlite
sqlite.2:${PORTSDIR}/databases/sqlite
CONFIGURE_ARGS+= --with-gdbm-prefix="${LOCALBASE}" \
--with-sqlite-prefix="${LOCALBASE}"
IF_SQLITE= ""