summaryrefslogtreecommitdiffstats
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-09-20 07:47:12 +0000
committerknu <knu@FreeBSD.org>2002-09-20 07:47:12 +0000
commit7594d696e2179adb67b83cc741b54de8770d70af (patch)
tree26a8c293f8f2b6846342797a62a2074a9326cb3d /databases/sqlrelay
parentafe51991001dcb52c1a7c33dfe109812d7eec83e (diff)
downloadFreeBSD-ports-7594d696e2179adb67b83cc741b54de8770d70af.zip
FreeBSD-ports-7594d696e2179adb67b83cc741b54de8770d70af.tar.gz
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>
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index ff481cb..a6f24eb 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -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= ""
OpenPOWER on IntegriCloud