aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysqlcc/Makefile
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2003-09-08 00:48:10 +0800
committeranders <anders@FreeBSD.org>2003-09-08 00:48:10 +0800
commit46d76b0e0395e590c8df83e6c0c2af0a72e5d779 (patch)
treeec05e433bcbc91378b7dffb7f60523299afdaa2a /databases/mysqlcc/Makefile
parent9a7823afeaf1144ee4ae6bfae8659a30d29fd2ab (diff)
downloadfreebsd-ports-gnome-46d76b0e0395e590c8df83e6c0c2af0a72e5d779.tar.gz
freebsd-ports-gnome-46d76b0e0395e590c8df83e6c0c2af0a72e5d779.tar.zst
freebsd-ports-gnome-46d76b0e0395e590c8df83e6c0c2af0a72e5d779.zip
Use MySQL 4.1 client libraries if they are installed.
Requested by: pan@panix.ecof.org.br
Diffstat (limited to 'databases/mysqlcc/Makefile')
-rw-r--r--databases/mysqlcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile
index bcb3035f4447..40aec642ce8b 100644
--- a/databases/mysqlcc/Makefile
+++ b/databases/mysqlcc/Makefile
@@ -18,6 +18,8 @@ COMMENT= A platform-independent GUI administration client for the MySQL server
.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10)
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+.elseif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14)
+LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client
.else
LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client
.endif