aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
commit2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch)
tree2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /databases/sqlrelay
parentc6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff)
downloadports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz
ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip
Notes
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 7fc93ea3d3bd..b4f985e2be38 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF
@@ -47,7 +47,7 @@ OPTIONS= MSQL "Build MSQL connection" off \
.include <bsd.port.pre.mk>
.if defined(WITH_SQLITE) && ${WITH_SQLITE:L} != no
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm \
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm \
sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --with-gdbm-prefix="${LOCALBASE}" \
--with-sqlite-prefix="${LOCALBASE}"