diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-24 18:16:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-24 18:16:18 +0800 |
commit | 2c1d0eee7bf1b82629504a9d8e1309215438f322 (patch) | |
tree | 99a9ee5be80fd474305dfca6345d12fad65c8672 /databases | |
parent | 63d51de6c32b41bba9573e7ad839b298c192e747 (diff) | |
download | freebsd-ports-gnome-2c1d0eee7bf1b82629504a9d8e1309215438f322.tar.gz freebsd-ports-gnome-2c1d0eee7bf1b82629504a9d8e1309215438f322.tar.zst freebsd-ports-gnome-2c1d0eee7bf1b82629504a9d8e1309215438f322.zip |
Fix LIB_DEPENDS and plist
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-proxy/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-proxy/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 5b31c1915912..4ac2640f1aac 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -11,7 +11,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Monitor, analyze, or transform the communication of MySQL LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent \ - libglib.so:${PORTSDIR}/devel/glib20 + libglib-2.0.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 diff --git a/databases/mysql-proxy/pkg-plist b/databases/mysql-proxy/pkg-plist index a4641bcb12a4..68ed99b18538 100644 --- a/databases/mysql-proxy/pkg-plist +++ b/databases/mysql-proxy/pkg-plist @@ -133,7 +133,4 @@ libexec/pkgconfig/mysql-proxy.pc @dirrmtry lib/mysql-proxy @dirrmtry libexec/pkgconfig @dirrmtry %%EXAMPLESDIR%% -@dirrmtry %%DATADIR%%/lua/proxy -@dirrmtry %%DATADIR%%/lua @dirrmtry %%DATADIR%% -@dirrmtry %%DOCSDIR%% |