aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2013-04-26 04:51:38 +0800
committermi <mi@FreeBSD.org>2013-04-26 04:51:38 +0800
commit8f9936f829a017a23751128908c4c2e88fdf4545 (patch)
tree1a6f365ec56ae512155f937cb1cd3beac7d99ddd /databases
parent4af852e8e0c11eb7e20d4e1031b39124d9e7d4f0 (diff)
downloadfreebsd-ports-gnome-8f9936f829a017a23751128908c4c2e88fdf4545.tar.gz
freebsd-ports-gnome-8f9936f829a017a23751128908c4c2e88fdf4545.tar.zst
freebsd-ports-gnome-8f9936f829a017a23751128908c4c2e88fdf4545.zip
Switch to using USE_MYSQL instead of explicitly depending on
mysqlclient library. Suggested by: Florian Smeets
Diffstat (limited to 'databases')
-rw-r--r--databases/tcl-Mysql/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/Makefile b/databases/tcl-Mysql/Makefile
index 90dff0058d36..5988a5a1ce28 100644
--- a/databases/tcl-Mysql/Makefile
+++ b/databases/tcl-Mysql/Makefile
@@ -16,8 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= mi@aldan.algebra.com
COMMENT= TCL module for accessing MySQL databases
-LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client
-
+USE_MYSQL= 41+
USE_TCL= 84+
TCL_NODOT= tcl${TCL_VER:S/.//}
WRKSRC= ${WRKDIR}/tcl-sql/