diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
commit | 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/mysql-proxy | |
parent | 9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff) | |
download | freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.gz freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.zst freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/mysql-proxy')
-rw-r--r-- | databases/mysql-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 5ecad2d274da..ac2233cf485b 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= swills@FreeBSD.org COMMENT= Monitor, analyze, or transform the communication of MySQL -LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \ - glib:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent \ + libglib.so:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include |