aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/sqlrelay
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index 3f94dc5105c9..c86ee1980728 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -11,7 +11,7 @@ COMMENT= Persistent DB connection pooling/proxying/load balancing system
LICENSE= LGPL20
-LIB_DEPENDS= librudiments.so:${PORTSDIR}/devel/rudiments
+LIB_DEPENDS= librudiments.so:devel/rudiments
WANT_GNOME= yes
USES= gmake libtool
@@ -89,8 +89,8 @@ ORACLE_CONFIGURE_ENABLE= oracle
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQLITE3}
-LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libgdbm.so:databases/gdbm \
+ libsqlite3.so:databases/sqlite3
CONFIGURE_ARGS+= --with-gdbm-prefix="${LOCALBASE}" \
--with-sqlite-prefix="${LOCALBASE}"
TOSTRIP+= libexec/sqlrelay/sqlrconnection_sqlite.so
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --disable-postgresql
.endif
.if ${PORT_OPTIONS:MODBC}
-LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:databases/unixODBC
CONFIGURE_ARGS+= --with-odbc-prefix="${LOCALBASE}"
TOSTRIP+= libexec/sqlrelay/sqlrconnection_odbc.so
.else
@@ -132,7 +132,7 @@ CONFIGURE_ARGS+= --disable-odbc
.endif
.if ${PORT_OPTIONS:MFREETDS}
-LIB_DEPENDS+= libtdsodbc.so:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libtdsodbc.so:databases/freetds
CONFIGURE_ARGS+= --with-freetds-prefix="${LOCALBASE}"
TOSTRIP+= libexec/sqlrelay/sqlrconnection_freetds.so
.else